/**@class android.content.ContextWrapper
@extends android.content.Context

 Proxying implementation of Context that simply delegates all of its calls to
 another Context.  Can be subclassed to modify behavior without changing
 the original Context.
*/
var ContextWrapper = {

/**
@return {Object {android.content.Context}} the base context as set by the constructor or setBaseContext
*/
getBaseContext : function(  ) {},

/**
*/
getAssets : function(  ) {},

/**
*/
getResources : function(  ) {},

/**
*/
getPackageManager : function(  ) {},

/**
*/
getContentResolver : function(  ) {},

/**
*/
getMainLooper : function(  ) {},

/**
*/
getApplicationContext : function(  ) {},

/**
*/
setTheme : function(  ) {},

/**
@hide 
*/
getThemeResId : function(  ) {},

/**
*/
getTheme : function(  ) {},

/**
*/
getClassLoader : function(  ) {},

/**
*/
getPackageName : function(  ) {},

/**
@hide 
*/
getBasePackageName : function(  ) {},

/**
@hide 
*/
getOpPackageName : function(  ) {},

/**
*/
getApplicationInfo : function(  ) {},

/**
*/
getPackageResourcePath : function(  ) {},

/**
*/
getPackageCodePath : function(  ) {},

/**
@hide 
*/
getSharedPrefsFile : function(  ) {},

/**
*/
getSharedPreferences : function(  ) {},

/**
*/
openFileInput : function(  ) {},

/**
*/
openFileOutput : function(  ) {},

/**
*/
deleteFile : function(  ) {},

/**
*/
getFileStreamPath : function(  ) {},

/**
*/
fileList : function(  ) {},

/**
*/
getFilesDir : function(  ) {},

/**
*/
getNoBackupFilesDir : function(  ) {},

/**
*/
getExternalFilesDir : function(  ) {},

/**
*/
getExternalFilesDirs : function(  ) {},

/**
*/
getObbDir : function(  ) {},

/**
*/
getObbDirs : function(  ) {},

/**
*/
getCacheDir : function(  ) {},

/**
*/
getCodeCacheDir : function(  ) {},

/**
*/
getExternalCacheDir : function(  ) {},

/**
*/
getExternalCacheDirs : function(  ) {},

/**
*/
getExternalMediaDirs : function(  ) {},

/**
*/
getDir : function(  ) {},

/**
*/
openOrCreateDatabase : function(  ) {},

/**
*/
openOrCreateDatabase : function(  ) {},

/**
*/
deleteDatabase : function(  ) {},

/**
*/
getDatabasePath : function(  ) {},

/**
*/
databaseList : function(  ) {},

/**
*/
getWallpaper : function(  ) {},

/**
*/
peekWallpaper : function(  ) {},

/**
*/
getWallpaperDesiredMinimumWidth : function(  ) {},

/**
*/
getWallpaperDesiredMinimumHeight : function(  ) {},

/**
*/
setWallpaper : function(  ) {},

/**
*/
setWallpaper : function(  ) {},

/**
*/
clearWallpaper : function(  ) {},

/**
*/
startActivity : function(  ) {},

/**
@hide 
*/
startActivityAsUser : function(  ) {},

/**
@hide 
*/
startActivityForResult : function(  ) {},

/**
@hide 
*/
canStartActivityForResult : function(  ) {},

/**
*/
startActivity : function(  ) {},

/**
@hide 
*/
startActivityAsUser : function(  ) {},

/**
*/
startActivities : function(  ) {},

/**
*/
startActivities : function(  ) {},

/**
@hide 
*/
startActivitiesAsUser : function(  ) {},

/**
*/
startIntentSender : function(  ) {},

/**
*/
startIntentSender : function(  ) {},

/**
*/
sendBroadcast : function(  ) {},

/**
*/
sendBroadcast : function(  ) {},

/**
@hide 
*/
sendBroadcastMultiplePermissions : function(  ) {},

/**
@hide 
*/
sendBroadcast : function(  ) {},

/**
@hide 
*/
sendBroadcast : function(  ) {},

/**
*/
sendOrderedBroadcast : function(  ) {},

/**
*/
sendOrderedBroadcast : function(  ) {},

/**
@hide 
*/
sendOrderedBroadcast : function(  ) {},

/**
@hide 
*/
sendOrderedBroadcast : function(  ) {},

/**
*/
sendBroadcastAsUser : function(  ) {},

/**
*/
sendBroadcastAsUser : function(  ) {},

/**
@hide 
*/
sendBroadcastAsUser : function(  ) {},

/**
*/
sendOrderedBroadcastAsUser : function(  ) {},

/**
@hide 
*/
sendOrderedBroadcastAsUser : function(  ) {},

/**
@hide 
*/
sendOrderedBroadcastAsUser : function(  ) {},

/**
*/
sendStickyBroadcast : function(  ) {},

/**
*/
sendStickyOrderedBroadcast : function(  ) {},

/**
*/
removeStickyBroadcast : function(  ) {},

/**
*/
sendStickyBroadcastAsUser : function(  ) {},

/**
*/
sendStickyOrderedBroadcastAsUser : function(  ) {},

/**
*/
removeStickyBroadcastAsUser : function(  ) {},

/**
*/
registerReceiver : function(  ) {},

/**
*/
registerReceiver : function(  ) {},

/**
@hide 
*/
registerReceiverAsUser : function(  ) {},

/**
*/
unregisterReceiver : function(  ) {},

/**
*/
startService : function(  ) {},

/**
*/
stopService : function(  ) {},

/**
@hide 
*/
startServiceAsUser : function(  ) {},

/**
@hide 
*/
stopServiceAsUser : function(  ) {},

/**
*/
bindService : function(  ) {},

/**
@hide 
*/
bindServiceAsUser : function(  ) {},

/**
*/
unbindService : function(  ) {},

/**
*/
startInstrumentation : function(  ) {},

/**
*/
getSystemService : function(  ) {},

/**
*/
getSystemServiceName : function(  ) {},

/**
*/
checkPermission : function(  ) {},

/**
@hide 
*/
checkPermission : function(  ) {},

/**
*/
checkCallingPermission : function(  ) {},

/**
*/
checkCallingOrSelfPermission : function(  ) {},

/**
*/
checkSelfPermission : function(  ) {},

/**
*/
enforcePermission : function(  ) {},

/**
*/
enforceCallingPermission : function(  ) {},

/**
*/
enforceCallingOrSelfPermission : function(  ) {},

/**
*/
grantUriPermission : function(  ) {},

/**
*/
revokeUriPermission : function(  ) {},

/**
*/
checkUriPermission : function(  ) {},

/**
@hide 
*/
checkUriPermission : function(  ) {},

/**
*/
checkCallingUriPermission : function(  ) {},

/**
*/
checkCallingOrSelfUriPermission : function(  ) {},

/**
*/
checkUriPermission : function(  ) {},

/**
*/
enforceUriPermission : function(  ) {},

/**
*/
enforceCallingUriPermission : function(  ) {},

/**
*/
enforceCallingOrSelfUriPermission : function(  ) {},

/**
*/
enforceUriPermission : function(  ) {},

/**
*/
createPackageContext : function(  ) {},

/**
@hide 
*/
createPackageContextAsUser : function(  ) {},

/**
@hide 
*/
createApplicationContext : function(  ) {},

/**
@hide 
*/
getUserId : function(  ) {},

/**
*/
createConfigurationContext : function(  ) {},

/**
*/
createDisplayContext : function(  ) {},

/**
*/
isRestricted : function(  ) {},

/**
@hide 
*/
getDisplayAdjustments : function(  ) {},


};