| |
|
|
|
void |
applyThemeResource(Theme theme, int resid, boolean first) |
| |
|
|
|
boolean |
bindService(Intent service, ServiceConnection conn, int flags) |
| |
|
|
|
void |
broadcastIntent(Intent intent, String receiverPermission) |
| |
|
|
|
void |
broadcastIntent(Intent intent, String receiverPermission, IntentReceiver resultReceiver, Handler scheduler, int initialCode, String initialData, Bundle initialExtras) |
| |
|
|
|
void |
broadcastIntent(Intent intent) |
| |
|
|
|
void |
broadcastIntentSerialized(Intent intent, String receiverPermission) |
| |
|
|
|
void |
broadcastStickyIntent(Intent intent) |
| |
|
|
|
int |
checkCallingOrSelfPermission(String permission) |
| |
|
|
|
int |
checkCallingPermission(String permission) |
| |
|
|
|
int |
checkPermission(String permission, int pid, int uid) |
| |
|
|
|
void |
clearWallpaper() |
| |
|
|
|
void |
closeExternalStorageFiles(String storagePath) |
| |
|
|
|
SQLiteDatabase |
createDatabase(String name, int version, int mode, CursorFactory factory) |
| |
|
|
|
Context |
createPackageContext(String packageName, int flags) |
| |
|
|
|
boolean |
deleteDatabase(String name) |
| |
|
|
|
boolean |
deleteFile(String name) |
| |
|
|
|
String[] |
fileList() |
| |
|
|
|
void |
finalize() |
| |
|
|
|
AssetManager |
getAssets() |
| |
|
|
|
ClassLoader |
getClassLoader() |
| |
|
|
|
ContentResolver |
getContentResolver() |
| |
|
|
|
File |
getDatabasePath(String name) |
| |
|
|
|
File |
getDir(String name, int mode) |
| |
|
|
|
File |
getFileStreamPath(String name) |
| |
|
|
|
File |
getFilesDir() |
| |
|
|
static |
long |
getInstanceCount() |
| |
|
|
|
PackageManager |
getPackageManager() |
| |
|
|
|
String |
getPackageName() |
| |
|
|
|
String |
getPackagePath() |
| |
|
|
|
Resources |
getResources() |
| |
|
|
|
SharedPreferences |
getSharedPreferences(String name, int mode) |
| |
|
|
|
Object |
getSystemService(String name) |
| |
|
|
|
Theme |
getTheme() |
| |
|
|
|
Drawable |
getWallpaper() |
| |
|
|
|
View |
onCreateView(String name, Context context, AttributeSet attrs, Map inflateParams) |
| |
|
|
|
SQLiteDatabase |
openDatabase(String name, CursorFactory factory) |
| |
|
|
|
FileInputStream |
openFileInput(String name) |
| |
|
|
|
FileOutputStream |
openFileOutput(String name, int mode) |
| |
|
|
|
Drawable |
peekWallpaper() |
| |
|
|
|
void |
registerExternalStorageListener() |
| |
|
|
|
Intent |
registerReceiver(IntentReceiver receiver, IntentFilter filter) |
| |
|
|
|
Intent |
registerReceiver(IntentReceiver receiver, IntentFilter filter, String broadcastPermission, Handler scheduler) |
| |
|
|
|
void |
setTheme(int resid) |
| |
|
|
|
void |
setThreadPriority(int threadId, int priority) |
| |
|
|
|
void |
setWallpaper(InputStream data) |
| |
|
|
|
void |
setWallpaper(Bitmap bitmap) |
| |
|
|
|
DialogInterface |
showAlert(CharSequence title, int iconId, CharSequence message, CharSequence button1Text, OnClickListener button1Listener, CharSequence button2Text, OnClickListener button2Listener, CharSequence button3Text, OnClickListener button3Listener, boolean cancelable, OnCancelListener cancelListener) |
| |
|
|
|
DialogInterface |
showAlert(CharSequence title, CharSequence message, CharSequence button1Text, Message button1Callback, CharSequence button2Text, Message button2Callback, boolean cancelable, Message cancelCallback) |
| |
|
|
|
DialogInterface |
showAlert(CharSequence title, int iconId, CharSequence message, CharSequence button1Text, OnClickListener button1Listener, CharSequence button2Text, OnClickListener button2Listener, boolean cancelable, OnCancelListener cancelListener) |
| |
|
|
|
DialogInterface |
showAlert(CharSequence title, int iconId, CharSequence message, CharSequence buttonText, boolean cancelable) |
| |
|
|
|
DialogInterface |
showAlert(CharSequence title, int iconId, CharSequence message, CharSequence buttonText, OnClickListener buttonListener, boolean cancelable, OnCancelListener cancelListener) |
| |
|
|
|
void |
startActivity(Intent intent) |
| |
|
|
|
boolean |
startInstrumentation(ComponentName className, String profileFile, Bundle arguments) |
| |
|
|
|
ComponentName |
startService(Intent service, Bundle args) |
| |
|
|
|
boolean |
stopService(Intent service) |
| |
|
|
|
void |
unbindService(ServiceConnection conn) |
| |
|
|
|
void |
unbroadcastStickyIntent(Intent intent) |
| |
|
|
|
void |
unregisterReceiver(IntentReceiver receiver) |