| Package | Description |
|---|---|
| android.accounts | |
| android.app | |
| android.media | |
| android.nfc | |
| android.preference | |
| android.security |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountAuthenticatorActivity |
| Modifier and Type | Method and Description |
|---|---|
AccountManagerFuture<Bundle> |
AccountManager.addAccount(String accountType,
String authTokenType,
String[] requiredFeatures,
Bundle addAccountOptions,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
AccountManagerFuture<Bundle> |
AccountManager.confirmCredentials(Account account,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
AccountManagerFuture<Bundle> |
AccountManager.editProperties(String accountType,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
AccountManagerFuture<Bundle> |
AccountManager.getAuthTokenByFeatures(String accountType,
String authTokenType,
String[] features,
Activity activity,
Bundle addAccountOptions,
Bundle getAuthTokenOptions,
AccountManagerCallback<Bundle> callback,
Handler handler) |
AccountManagerFuture<Bundle> |
AccountManager.updateCredentials(Account account,
String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityGroup
Deprecated.
|
class |
AliasActivity |
class |
ExpandableListActivity |
class |
LauncherActivity |
class |
ListActivity |
class |
NativeActivity |
class |
TabActivity
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Activity |
Fragment.getActivity() |
Activity |
LocalActivityManager.getActivity(String id)
Deprecated.
|
Activity |
ActivityGroup.getCurrentActivity()
Deprecated.
|
Activity |
LocalActivityManager.getCurrentActivity()
Deprecated.
|
Activity |
Instrumentation.ActivityMonitor.getLastActivity() |
Activity |
Dialog.getOwnerActivity() |
Activity |
Activity.getParent() |
Activity |
Instrumentation.newActivity(Class<?> clazz,
Context context,
IBinder token,
Application application,
Intent intent,
ActivityInfo info,
CharSequence title,
Activity parent,
String id,
Object lastNonConfigurationInstance) |
Activity |
Instrumentation.newActivity(ClassLoader cl,
String className,
Intent intent) |
Activity |
Instrumentation.startActivitySync(Intent intent) |
Activity |
Instrumentation.ActivityMonitor.waitForActivity() |
Activity |
Instrumentation.ActivityMonitor.waitForActivityWithTimeout(long timeOut) |
Activity |
Instrumentation.waitForMonitor(Instrumentation.ActivityMonitor monitor) |
Activity |
Instrumentation.waitForMonitorWithTimeout(Instrumentation.ActivityMonitor monitor,
long timeOut) |
| Modifier and Type | Method and Description |
|---|---|
TaskStackBuilder |
TaskStackBuilder.addParentStack(Activity sourceActivity) |
void |
Instrumentation.callActivityOnCreate(Activity activity,
Bundle icicle) |
void |
Instrumentation.callActivityOnDestroy(Activity activity) |
void |
Instrumentation.callActivityOnNewIntent(Activity activity,
Intent intent) |
void |
Instrumentation.callActivityOnPause(Activity activity) |
void |
Instrumentation.callActivityOnPostCreate(Activity activity,
Bundle icicle) |
void |
Instrumentation.callActivityOnRestart(Activity activity) |
void |
Instrumentation.callActivityOnRestoreInstanceState(Activity activity,
Bundle savedInstanceState) |
void |
Instrumentation.callActivityOnResume(Activity activity) |
void |
Instrumentation.callActivityOnSaveInstanceState(Activity activity,
Bundle outState) |
void |
Instrumentation.callActivityOnStart(Activity activity) |
void |
Instrumentation.callActivityOnStop(Activity activity) |
void |
Instrumentation.callActivityOnUserLeaving(Activity activity) |
void |
Activity.finishActivityFromChild(Activity child,
int requestCode) |
void |
Activity.finishFromChild(Activity child) |
boolean |
Instrumentation.invokeContextMenuAction(Activity targetActivity,
int id,
int flag) |
boolean |
Instrumentation.invokeMenuActionSync(Activity targetActivity,
int id,
int flag) |
boolean |
Activity.navigateUpToFromChild(Activity child,
Intent upIntent) |
Activity |
Instrumentation.newActivity(Class<?> clazz,
Context context,
IBinder token,
Application application,
Intent intent,
ActivityInfo info,
CharSequence title,
Activity parent,
String id,
Object lastNonConfigurationInstance) |
void |
Application.ActivityLifecycleCallbacks.onActivityCreated(Activity activity,
Bundle savedInstanceState) |
void |
Application.ActivityLifecycleCallbacks.onActivityDestroyed(Activity activity) |
void |
Application.ActivityLifecycleCallbacks.onActivityPaused(Activity activity) |
void |
Application.ActivityLifecycleCallbacks.onActivityResumed(Activity activity) |
void |
Application.ActivityLifecycleCallbacks.onActivitySaveInstanceState(Activity activity,
Bundle outState) |
void |
Application.ActivityLifecycleCallbacks.onActivityStarted(Activity activity) |
void |
Application.ActivityLifecycleCallbacks.onActivityStopped(Activity activity) |
void |
DialogFragment.onAttach(Activity activity) |
void |
Fragment.onAttach(Activity activity) |
protected void |
TabActivity.onChildTitleChanged(Activity childActivity,
CharSequence title)
Deprecated.
|
protected void |
Activity.onChildTitleChanged(Activity childActivity,
CharSequence title) |
void |
Fragment.onInflate(Activity activity,
AttributeSet attrs,
Bundle savedInstanceState) |
boolean |
Activity.onNavigateUpFromChild(Activity child) |
void |
FragmentBreadCrumbs.setActivity(Activity a) |
void |
Dialog.setOwnerActivity(Activity activity) |
void |
Activity.startActivityFromChild(Activity child,
Intent intent,
int requestCode) |
void |
Activity.startActivityFromChild(Activity child,
Intent intent,
int requestCode,
Bundle options) |
void |
Activity.startIntentSenderFromChild(Activity child,
IntentSender intent,
int requestCode,
Intent fillInIntent,
int flagsMask,
int flagsValues,
int extraFlags) |
void |
Activity.startIntentSenderFromChild(Activity child,
IntentSender intent,
int requestCode,
Intent fillInIntent,
int flagsMask,
int flagsValues,
int extraFlags,
Bundle options) |
| Constructor and Description |
|---|
LocalActivityManager(Activity parent,
boolean singleMode)
Deprecated.
|
| Constructor and Description |
|---|
RingtoneManager(Activity activity) |
| Modifier and Type | Class and Description |
|---|---|
class |
PreferenceActivity |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeyChain.choosePrivateKeyAlias(Activity activity,
KeyChainAliasCallback response,
String[] keyTypes,
Principal[] issuers,
String host,
int port,
String alias) |
Copyright © 2008-2013. All Rights Reserved.