| Modifier and Type | Method and Description |
|---|---|
abstract Bundle |
AbstractAccountAuthenticator.addAccount(AccountAuthenticatorResponse response,
String accountType,
String authTokenType,
String[] requiredFeatures,
Bundle options) |
abstract Bundle |
AbstractAccountAuthenticator.confirmCredentials(AccountAuthenticatorResponse response,
Account account,
Bundle options) |
abstract Bundle |
AbstractAccountAuthenticator.editProperties(AccountAuthenticatorResponse response,
String accountType) |
Bundle |
AbstractAccountAuthenticator.getAccountRemovalAllowed(AccountAuthenticatorResponse response,
Account account) |
abstract Bundle |
AbstractAccountAuthenticator.getAuthToken(AccountAuthenticatorResponse response,
Account account,
String authTokenType,
Bundle options) |
abstract Bundle |
AbstractAccountAuthenticator.hasFeatures(AccountAuthenticatorResponse response,
Account account,
String[] features) |
abstract Bundle |
AbstractAccountAuthenticator.updateCredentials(AccountAuthenticatorResponse response,
Account account,
String authTokenType,
Bundle options) |
| 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,
boolean notifyAuthFailure,
AccountManagerCallback<Bundle> callback,
Handler handler)
Deprecated.
|
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
String authTokenType,
Bundle options,
boolean notifyAuthFailure,
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 | Method and Description |
|---|---|
abstract Bundle |
AbstractAccountAuthenticator.addAccount(AccountAuthenticatorResponse response,
String accountType,
String authTokenType,
String[] requiredFeatures,
Bundle options) |
AccountManagerFuture<Bundle> |
AccountManager.addAccount(String accountType,
String authTokenType,
String[] requiredFeatures,
Bundle addAccountOptions,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
boolean |
AccountManager.addAccountExplicitly(Account account,
String password,
Bundle userdata) |
abstract Bundle |
AbstractAccountAuthenticator.confirmCredentials(AccountAuthenticatorResponse response,
Account account,
Bundle options) |
AccountManagerFuture<Bundle> |
AccountManager.confirmCredentials(Account account,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
abstract Bundle |
AbstractAccountAuthenticator.getAuthToken(AccountAuthenticatorResponse response,
Account account,
String authTokenType,
Bundle options) |
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
String authTokenType,
Bundle options,
boolean notifyAuthFailure,
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) |
static Intent |
AccountManager.newChooseAccountIntent(Account selectedAccount,
ArrayList<Account> allowableAccounts,
String[] allowableAccountTypes,
boolean alwaysPromptForAccount,
String descriptionOverrideText,
String addAccountAuthTokenType,
String[] addAccountRequiredFeatures,
Bundle addAccountOptions) |
protected void |
AccountAuthenticatorActivity.onCreate(Bundle icicle) |
void |
AccountAuthenticatorResponse.onResult(Bundle result) |
void |
AccountAuthenticatorActivity.setAccountAuthenticatorResult(Bundle result) |
abstract Bundle |
AbstractAccountAuthenticator.updateCredentials(AccountAuthenticatorResponse response,
Account account,
String authTokenType,
Bundle options) |
AccountManagerFuture<Bundle> |
AccountManager.updateCredentials(Account account,
String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
| 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,
boolean notifyAuthFailure,
AccountManagerCallback<Bundle> callback,
Handler handler)
Deprecated.
|
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler) |
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
String authTokenType,
Bundle options,
boolean notifyAuthFailure,
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 | Field and Description |
|---|---|
Bundle |
LauncherActivity.ListItem.extras |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Instrumentation.getAllocCounts() |
Bundle |
Fragment.getArguments() |
Bundle |
Instrumentation.getBinderCounts() |
Bundle |
DatePickerDialog.onSaveInstanceState() |
Bundle |
TimePickerDialog.onSaveInstanceState() |
Bundle |
Dialog.onSaveInstanceState() |
Bundle |
LocalActivityManager.saveInstanceState()
Deprecated.
|
Bundle |
ActivityOptions.toBundle() |
| Modifier and Type | Method and Description |
|---|---|
void |
Instrumentation.callActivityOnCreate(Activity activity,
Bundle icicle) |
void |
Instrumentation.callActivityOnPostCreate(Activity activity,
Bundle icicle) |
void |
Instrumentation.callActivityOnRestoreInstanceState(Activity activity,
Bundle savedInstanceState) |
void |
Instrumentation.callActivityOnSaveInstanceState(Activity activity,
Bundle outState) |
void |
LocalActivityManager.dispatchCreate(Bundle state)
Deprecated.
|
void |
Instrumentation.finish(int resultCode,
Bundle results) |
static PendingIntent |
PendingIntent.getActivities(Context context,
int requestCode,
Intent[] intents,
int flags,
Bundle options) |
static PendingIntent |
PendingIntent.getActivity(Context context,
int requestCode,
Intent intent,
int flags,
Bundle options) |
abstract Fragment |
FragmentManager.getFragment(Bundle bundle,
String key) |
PendingIntent |
TaskStackBuilder.getPendingIntent(int requestCode,
int flags,
Bundle options) |
abstract <D> Loader<D> |
LoaderManager.initLoader(int id,
Bundle args,
LoaderManager.LoaderCallbacks<D> callback) |
static Fragment |
Fragment.instantiate(Context context,
String fname,
Bundle args) |
void |
ActivityManager.moveTaskToFront(int taskId,
int flags,
Bundle options) |
void |
Application.ActivityLifecycleCallbacks.onActivityCreated(Activity activity,
Bundle savedInstanceState) |
void |
DialogFragment.onActivityCreated(Bundle savedInstanceState) |
void |
Fragment.onActivityCreated(Bundle savedInstanceState) |
void |
Application.ActivityLifecycleCallbacks.onActivitySaveInstanceState(Activity activity,
Bundle outState) |
protected void |
AlertDialog.onCreate(Bundle savedInstanceState) |
protected void |
AliasActivity.onCreate(Bundle savedInstanceState) |
protected void |
ActivityGroup.onCreate(Bundle savedInstanceState)
Deprecated.
|
protected void |
ProgressDialog.onCreate(Bundle savedInstanceState) |
protected void |
LauncherActivity.onCreate(Bundle icicle) |
protected void |
Activity.onCreate(Bundle savedInstanceState) |
void |
DialogFragment.onCreate(Bundle savedInstanceState) |
protected void |
Dialog.onCreate(Bundle savedInstanceState) |
protected void |
NativeActivity.onCreate(Bundle savedInstanceState) |
void |
Instrumentation.onCreate(Bundle arguments) |
void |
Fragment.onCreate(Bundle savedInstanceState) |
Dialog |
DialogFragment.onCreateDialog(Bundle savedInstanceState) |
protected Dialog |
Activity.onCreateDialog(int id,
Bundle args)
Deprecated.
|
Loader<D> |
LoaderManager.LoaderCallbacks.onCreateLoader(int id,
Bundle args) |
View |
ListFragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
View |
Fragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
Fragment.onInflate(Activity activity,
AttributeSet attrs,
Bundle savedInstanceState) |
void |
Fragment.onInflate(AttributeSet attrs,
Bundle savedInstanceState)
Deprecated.
|
protected void |
TabActivity.onPostCreate(Bundle icicle)
Deprecated.
|
protected void |
Activity.onPostCreate(Bundle savedInstanceState) |
protected void |
Activity.onPrepareDialog(int id,
Dialog dialog,
Bundle args)
Deprecated.
|
protected void |
ExpandableListActivity.onRestoreInstanceState(Bundle state) |
protected void |
TabActivity.onRestoreInstanceState(Bundle state)
Deprecated.
|
protected void |
Activity.onRestoreInstanceState(Bundle savedInstanceState) |
protected void |
ListActivity.onRestoreInstanceState(Bundle state) |
void |
DatePickerDialog.onRestoreInstanceState(Bundle savedInstanceState) |
void |
TimePickerDialog.onRestoreInstanceState(Bundle savedInstanceState) |
void |
Dialog.onRestoreInstanceState(Bundle savedInstanceState) |
protected void |
TabActivity.onSaveInstanceState(Bundle outState)
Deprecated.
|
protected void |
ActivityGroup.onSaveInstanceState(Bundle outState)
Deprecated.
|
protected void |
Activity.onSaveInstanceState(Bundle outState) |
void |
DialogFragment.onSaveInstanceState(Bundle outState) |
protected void |
NativeActivity.onSaveInstanceState(Bundle outState) |
void |
Fragment.onSaveInstanceState(Bundle outState) |
void |
PendingIntent.OnFinished.onSendFinished(PendingIntent pendingIntent,
Intent intent,
int resultCode,
String resultData,
Bundle resultExtras) |
void |
ListFragment.onViewCreated(View view,
Bundle savedInstanceState) |
void |
Fragment.onViewCreated(View view,
Bundle savedInstanceState) |
abstract void |
FragmentManager.putFragment(Bundle bundle,
String key,
Fragment fragment) |
abstract <D> Loader<D> |
LoaderManager.restartLoader(int id,
Bundle args,
LoaderManager.LoaderCallbacks<D> callback) |
void |
Instrumentation.sendStatus(int resultCode,
Bundle results) |
void |
WallpaperManager.sendWallpaperCommand(IBinder windowToken,
String action,
int x,
int y,
int z,
Bundle extras) |
void |
Fragment.setArguments(Bundle args) |
boolean |
Activity.showDialog(int id,
Bundle args)
Deprecated.
|
void |
TaskStackBuilder.startActivities(Bundle options) |
void |
Activity.startActivities(Intent[] intents,
Bundle options) |
void |
Activity.startActivity(Intent intent,
Bundle options) |
void |
Fragment.startActivity(Intent intent,
Bundle options) |
void |
Activity.startActivityForResult(Intent intent,
int requestCode,
Bundle options) |
void |
Fragment.startActivityForResult(Intent intent,
int requestCode,
Bundle options) |
void |
Activity.startActivityFromChild(Activity child,
Intent intent,
int requestCode,
Bundle options) |
void |
Activity.startActivityFromFragment(Fragment fragment,
Intent intent,
int requestCode,
Bundle options) |
boolean |
Activity.startActivityIfNeeded(Intent intent,
int requestCode,
Bundle options) |
void |
Activity.startIntentSender(IntentSender intent,
Intent fillInIntent,
int flagsMask,
int flagsValues,
int extraFlags,
Bundle options) |
void |
Activity.startIntentSenderForResult(IntentSender intent,
int requestCode,
Intent fillInIntent,
int flagsMask,
int flagsValues,
int extraFlags,
Bundle options) |
void |
Activity.startIntentSenderFromChild(Activity child,
IntentSender intent,
int requestCode,
Intent fillInIntent,
int flagsMask,
int flagsValues,
int extraFlags,
Bundle options) |
boolean |
Activity.startNextMatchingActivity(Intent intent,
Bundle options) |
void |
Activity.startSearch(String initialQuery,
boolean selectInitialQuery,
Bundle appSearchData,
boolean globalSearch) |
void |
SearchManager.startSearch(String initialQuery,
boolean selectInitialQuery,
ComponentName launchActivity,
Bundle appSearchData,
boolean globalSearch) |
void |
Activity.triggerSearch(String query,
Bundle appSearchData) |
void |
SearchManager.triggerSearch(String query,
ComponentName launchActivity,
Bundle appSearchData) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
AppWidgetManager.getAppWidgetOptions(int appWidgetId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppWidgetProvider.onAppWidgetOptionsChanged(Context context,
AppWidgetManager appWidgetManager,
int appWidgetId,
Bundle newOptions) |
void |
AppWidgetHostView.updateAppWidgetOptions(Bundle options) |
void |
AppWidgetManager.updateAppWidgetOptions(int appWidgetId,
Bundle options) |
void |
AppWidgetHostView.updateAppWidgetSize(Bundle options,
int minWidth,
int minHeight,
int maxWidth,
int maxHeight) |
| Modifier and Type | Field and Description |
|---|---|
Bundle |
PeriodicSync.extras |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
ContentProvider.call(String method,
String arg,
Bundle extras) |
Bundle |
ContentResolver.call(Uri uri,
String method,
String arg,
Bundle extras) |
Bundle |
Intent.getBundleExtra(String name) |
Bundle |
Intent.getExtras() |
Bundle |
BroadcastReceiver.getResultExtras(boolean makeMap) |
Bundle |
BroadcastReceiver.PendingResult.getResultExtras(boolean makeMap) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ContentResolver.addPeriodicSync(Account account,
String authority,
Bundle extras,
long pollFrequency) |
Bundle |
ContentProvider.call(String method,
String arg,
Bundle extras) |
Bundle |
ContentResolver.call(Uri uri,
String method,
String arg,
Bundle extras) |
abstract void |
AbstractThreadedSyncAdapter.onPerformSync(Account account,
Bundle extras,
String authority,
ContentProviderClient provider,
SyncResult syncResult) |
void |
IntentSender.OnFinished.onSendFinished(IntentSender IntentSender,
Intent intent,
int resultCode,
String resultData,
Bundle resultExtras) |
<T> ParcelFileDescriptor |
ContentProvider.openPipeHelper(Uri uri,
String mimeType,
Bundle opts,
T args,
ContentProvider.PipeDataWriter<T> func) |
AssetFileDescriptor |
ContentProvider.openTypedAssetFile(Uri uri,
String mimeTypeFilter,
Bundle opts) |
AssetFileDescriptor |
ContentResolver.openTypedAssetFileDescriptor(Uri uri,
String mimeType,
Bundle opts) |
AssetFileDescriptor |
ContentProviderClient.openTypedAssetFileDescriptor(Uri uri,
String mimeType,
Bundle opts) |
Intent |
Intent.putExtra(String name,
Bundle value) |
Intent |
Intent.putExtras(Bundle extras) |
static void |
ContentResolver.removePeriodicSync(Account account,
String authority,
Bundle extras) |
Intent |
Intent.replaceExtras(Bundle extras) |
static void |
ContentResolver.requestSync(Account account,
String authority,
Bundle extras) |
void |
ContextWrapper.sendOrderedBroadcast(Intent intent,
String receiverPermission,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
String initialData,
Bundle initialExtras) |
abstract void |
Context.sendOrderedBroadcast(Intent intent,
String receiverPermission,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
String initialData,
Bundle initialExtras) |
void |
ContextWrapper.sendStickyOrderedBroadcast(Intent intent,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
String initialData,
Bundle initialExtras) |
abstract void |
Context.sendStickyOrderedBroadcast(Intent intent,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
String initialData,
Bundle initialExtras) |
void |
BroadcastReceiver.setResult(int code,
String data,
Bundle extras) |
void |
BroadcastReceiver.PendingResult.setResult(int code,
String data,
Bundle extras) |
void |
BroadcastReceiver.setResultExtras(Bundle extras) |
void |
BroadcastReceiver.PendingResult.setResultExtras(Bundle extras) |
void |
ContextWrapper.startActivities(Intent[] intents,
Bundle options) |
abstract void |
Context.startActivities(Intent[] intents,
Bundle options) |
void |
ContextWrapper.startActivity(Intent intent,
Bundle options) |
abstract void |
Context.startActivity(Intent intent,
Bundle options) |
boolean |
ContextWrapper.startInstrumentation(ComponentName className,
String profileFile,
Bundle arguments) |
abstract boolean |
Context.startInstrumentation(ComponentName className,
String profileFile,
Bundle arguments) |
void |
ContextWrapper.startIntentSender(IntentSender intent,
Intent fillInIntent,
int flagsMask,
int flagsValues,
int extraFlags,
Bundle options) |
abstract void |
Context.startIntentSender(IntentSender intent,
Intent fillInIntent,
int flagsMask,
int flagsValues,
int extraFlags,
Bundle options) |
void |
ContentResolver.startSync(Uri uri,
Bundle extras)
Deprecated.
|
static void |
ContentResolver.validateSyncExtrasBundle(Bundle extras) |
void |
ContentProvider.PipeDataWriter.writeDataToPipe(ParcelFileDescriptor output,
Uri uri,
String mimeType,
Bundle opts,
T args) |
| Constructor and Description |
|---|
PeriodicSync(Account account,
String authority,
Bundle extras,
long period) |
| Modifier and Type | Field and Description |
|---|---|
Bundle |
PackageItemInfo.metaData |
| Modifier and Type | Method and Description |
|---|---|
void |
Resources.parseBundleExtra(String tagName,
AttributeSet attrs,
Bundle outBundle) |
void |
Resources.parseBundleExtras(XmlResourceParser parser,
Bundle outBundle) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
AbstractCursor.getExtras() |
Bundle |
Cursor.getExtras() |
Bundle |
CursorWrapper.getExtras() |
Bundle |
AbstractCursor.respond(Bundle extras) |
Bundle |
Cursor.respond(Bundle extras) |
Bundle |
CursorWrapper.respond(Bundle extras) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
AbstractCursor.respond(Bundle extras) |
Bundle |
Cursor.respond(Bundle extras) |
Bundle |
CursorWrapper.respond(Bundle extras) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethodService.InputMethodSessionImpl.appPrivateCommand(String action,
Bundle data) |
void |
InputMethodService.onAppPrivateCommand(String action,
Bundle data) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Location.getExtras() |
Bundle |
Address.getExtras() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationListener.onStatusChanged(String provider,
int status,
Bundle extras) |
boolean |
LocationManager.sendExtraCommand(String provider,
String command,
Bundle extras) |
void |
Location.setExtras(Bundle extras) |
void |
Address.setExtras(Bundle extras) |
void |
LocationManager.setTestProviderStatus(String provider,
int status,
Bundle extras,
long updateTime) |
| Modifier and Type | Method and Description |
|---|---|
static Bundle |
SslCertificate.saveState(SslCertificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
static SslCertificate |
SslCertificate.restoreState(Bundle bundle) |
| Modifier and Type | Field and Description |
|---|---|
static Bundle |
Bundle.EMPTY |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Bundle> |
Bundle.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.getBundle(String key) |
Bundle |
Message.getData() |
Bundle |
Message.peekData() |
Bundle |
Parcel.readBundle() |
Bundle |
Parcel.readBundle(ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResultReceiver.onReceiveResult(int resultCode,
Bundle resultData) |
void |
Bundle.putAll(Bundle map) |
void |
Bundle.putBundle(String key,
Bundle value) |
void |
ResultReceiver.send(int resultCode,
Bundle resultData) |
void |
Message.setData(Bundle data) |
void |
Parcel.writeBundle(Bundle val) |
| Constructor and Description |
|---|
Bundle(Bundle b) |
| Modifier and Type | Field and Description |
|---|---|
Bundle |
PreferenceActivity.Header.extras |
Bundle |
PreferenceActivity.Header.fragmentArguments |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Preference.getExtras() |
Bundle |
Preference.peekExtras() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PreferenceGroup.dispatchRestoreInstanceState(Bundle container) |
protected void |
PreferenceGroup.dispatchSaveInstanceState(Bundle container) |
void |
PreferenceFragment.onActivityCreated(Bundle savedInstanceState) |
Intent |
PreferenceActivity.onBuildStartFragmentIntent(String fragmentName,
Bundle args,
int titleRes,
int shortTitleRes) |
void |
PreferenceFragment.onCreate(Bundle savedInstanceState) |
protected void |
PreferenceActivity.onCreate(Bundle savedInstanceState) |
View |
PreferenceFragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
protected void |
PreferenceActivity.onRestoreInstanceState(Bundle state) |
void |
PreferenceFragment.onSaveInstanceState(Bundle outState) |
protected void |
PreferenceActivity.onSaveInstanceState(Bundle outState) |
void |
Preference.restoreHierarchyState(Bundle container) |
void |
Preference.saveHierarchyState(Bundle container) |
protected void |
DialogPreference.showDialog(Bundle state) |
void |
PreferenceActivity.startPreferencePanel(String fragmentClass,
Bundle args,
int titleRes,
CharSequence titleText,
Fragment resultTo,
int resultRequestCode) |
void |
PreferenceActivity.startWithFragment(String fragmentName,
Bundle args,
Fragment resultTo,
int resultRequestCode) |
void |
PreferenceActivity.startWithFragment(String fragmentName,
Bundle args,
Fragment resultTo,
int resultRequestCode,
int titleRes,
int shortTitleRes) |
void |
PreferenceActivity.switchToHeader(String fragmentName,
Bundle args) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
SpellCheckerService.Session.getBundle() |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
WallpaperService.Engine.onCommand(String action,
int x,
int y,
int z,
Bundle extras,
boolean resultRequested) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
WallpaperService.Engine.onCommand(String action,
int x,
int y,
int z,
Bundle extras,
boolean resultRequested) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecognitionListener.onEvent(int eventType,
Bundle params) |
void |
RecognitionListener.onPartialResults(Bundle partialResults) |
void |
RecognitionListener.onReadyForSpeech(Bundle params) |
void |
RecognitionListener.onResults(Bundle results) |
void |
RecognitionService.Callback.partialResults(Bundle partialResults) |
void |
RecognitionService.Callback.readyForSpeech(Bundle params) |
void |
RecognitionService.Callback.results(Bundle results) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
SynthesisRequest.getParams() |
| Constructor and Description |
|---|
SynthesisRequest(String text,
Bundle params) |
| Modifier and Type | Method and Description |
|---|---|
void |
CdmaCellLocation.fillInNotifierBundle(Bundle bundleToFill) |
| Constructor and Description |
|---|
CdmaCellLocation(Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
void |
GsmCellLocation.fillInNotifierBundle(Bundle m) |
| Constructor and Description |
|---|
GsmCellLocation(Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CharacterPickerDialog.onCreate(Bundle savedInstanceState) |
| Modifier and Type | Method and Description |
|---|---|
abstract Bundle |
Window.saveHierarchyState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
View.performAccessibilityAction(int action,
Bundle arguments) |
boolean |
View.AccessibilityDelegate.performAccessibilityAction(View host,
int action,
Bundle args) |
abstract void |
Window.restoreHierarchyState(Bundle savedInstanceState) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccessibilityNodeInfo.performAction(int action,
Bundle arguments) |
boolean |
AccessibilityNodeProvider.performAction(int virtualViewId,
int action,
Bundle arguments) |
| Modifier and Type | Field and Description |
|---|---|
Bundle |
EditorInfo.extras |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethodSession.appPrivateCommand(String action,
Bundle data) |
boolean |
BaseInputConnection.performPrivateCommand(String action,
Bundle data) |
boolean |
InputConnection.performPrivateCommand(String action,
Bundle data) |
boolean |
InputConnectionWrapper.performPrivateCommand(String action,
Bundle data) |
void |
InputMethodManager.sendAppPrivateCommand(View view,
String action,
Bundle data) |
| Modifier and Type | Method and Description |
|---|---|
SpellCheckerSession |
TextServicesManager.newSpellCheckerSession(Bundle bundle,
Locale locale,
SpellCheckerSession.SpellCheckerSessionListener listener,
boolean referToSpellCheckerLanguageSettings) |
| Modifier and Type | Method and Description |
|---|---|
View |
WebViewFragment.onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
boolean |
WebView.performAccessibilityAction(int action,
Bundle arguments) |
boolean |
WebView.restorePicture(Bundle b,
File src)
Deprecated.
|
WebBackForwardList |
WebView.restoreState(Bundle inState) |
boolean |
WebView.savePicture(Bundle b,
File dest)
Deprecated.
|
WebBackForwardList |
WebView.saveState(Bundle outState) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
TextView.getInputExtras(boolean create) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TextView.onPrivateIMECommand(String action,
Bundle data) |
boolean |
HorizontalScrollView.performAccessibilityAction(int action,
Bundle arguments) |
boolean |
ScrollView.performAccessibilityAction(int action,
Bundle arguments) |
boolean |
AbsListView.performAccessibilityAction(int action,
Bundle arguments) |
boolean |
Gallery.performAccessibilityAction(int action,
Bundle arguments)
Deprecated.
|
boolean |
StackView.performAccessibilityAction(int action,
Bundle arguments) |
boolean |
AbsSeekBar.performAccessibilityAction(int action,
Bundle arguments) |
void |
RemoteViews.setBundle(int viewId,
String methodName,
Bundle value) |
Copyright © 2008-2013. All Rights Reserved.