|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Bundle in android.accounts |
|---|
| Methods in android.accounts that return Bundle | |
|---|---|
abstract Bundle |
AbstractAccountAuthenticator.addAccount(AccountAuthenticatorResponse response,
java.lang.String accountType,
java.lang.String authTokenType,
java.lang.String[] requiredFeatures,
Bundle options)
|
abstract Bundle |
AbstractAccountAuthenticator.confirmCredentials(AccountAuthenticatorResponse response,
Account account,
Bundle options)
|
abstract Bundle |
AbstractAccountAuthenticator.editProperties(AccountAuthenticatorResponse response,
java.lang.String accountType)
|
Bundle |
AbstractAccountAuthenticator.getAccountRemovalAllowed(AccountAuthenticatorResponse response,
Account account)
|
abstract Bundle |
AbstractAccountAuthenticator.getAuthToken(AccountAuthenticatorResponse response,
Account account,
java.lang.String authTokenType,
Bundle options)
|
abstract Bundle |
AbstractAccountAuthenticator.hasFeatures(AccountAuthenticatorResponse response,
Account account,
java.lang.String[] features)
|
abstract Bundle |
AbstractAccountAuthenticator.updateCredentials(AccountAuthenticatorResponse response,
Account account,
java.lang.String authTokenType,
Bundle options)
|
| Methods in android.accounts that return types with arguments of type Bundle | |
|---|---|
AccountManagerFuture<Bundle> |
AccountManager.addAccount(java.lang.String accountType,
java.lang.String authTokenType,
java.lang.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(java.lang.String accountType,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
java.lang.String authTokenType,
boolean notifyAuthFailure,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
java.lang.String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
AccountManagerFuture<Bundle> |
AccountManager.getAuthTokenByFeatures(java.lang.String accountType,
java.lang.String authTokenType,
java.lang.String[] features,
Activity activityForPrompting,
Bundle addAccountOptions,
Bundle getAuthTokenOptions,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
AccountManagerFuture<Bundle> |
AccountManager.updateCredentials(Account account,
java.lang.String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
| Methods in android.accounts with parameters of type Bundle | |
|---|---|
abstract Bundle |
AbstractAccountAuthenticator.addAccount(AccountAuthenticatorResponse response,
java.lang.String accountType,
java.lang.String authTokenType,
java.lang.String[] requiredFeatures,
Bundle options)
|
AccountManagerFuture<Bundle> |
AccountManager.addAccount(java.lang.String accountType,
java.lang.String authTokenType,
java.lang.String[] requiredFeatures,
Bundle addAccountOptions,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
boolean |
AccountManager.addAccountExplicitly(Account account,
java.lang.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,
java.lang.String authTokenType,
Bundle options)
|
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
java.lang.String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
AccountManagerFuture<Bundle> |
AccountManager.getAuthTokenByFeatures(java.lang.String accountType,
java.lang.String authTokenType,
java.lang.String[] features,
Activity activityForPrompting,
Bundle addAccountOptions,
Bundle getAuthTokenOptions,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
protected void |
AccountAuthenticatorActivity.onCreate(Bundle icicle)
|
void |
AccountAuthenticatorResponse.onResult(Bundle result)
|
void |
AccountAuthenticatorActivity.setAccountAuthenticatorResult(Bundle result)
|
abstract Bundle |
AbstractAccountAuthenticator.updateCredentials(AccountAuthenticatorResponse response,
Account account,
java.lang.String authTokenType,
Bundle options)
|
AccountManagerFuture<Bundle> |
AccountManager.updateCredentials(Account account,
java.lang.String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
| Method parameters in android.accounts with type arguments of type Bundle | |
|---|---|
AccountManagerFuture<Bundle> |
AccountManager.addAccount(java.lang.String accountType,
java.lang.String authTokenType,
java.lang.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(java.lang.String accountType,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
java.lang.String authTokenType,
boolean notifyAuthFailure,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
AccountManagerFuture<Bundle> |
AccountManager.getAuthToken(Account account,
java.lang.String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
AccountManagerFuture<Bundle> |
AccountManager.getAuthTokenByFeatures(java.lang.String accountType,
java.lang.String authTokenType,
java.lang.String[] features,
Activity activityForPrompting,
Bundle addAccountOptions,
Bundle getAuthTokenOptions,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
AccountManagerFuture<Bundle> |
AccountManager.updateCredentials(Account account,
java.lang.String authTokenType,
Bundle options,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
| Uses of Bundle in android.app |
|---|
| Fields in android.app declared as Bundle | |
|---|---|
Bundle |
LauncherActivity.ListItem.extras
|
| Methods in android.app that return Bundle | |
|---|---|
Bundle |
Instrumentation.getAllocCounts()
|
Bundle |
Instrumentation.getBinderCounts()
|
Bundle |
DatePickerDialog.onSaveInstanceState()
|
Bundle |
Dialog.onSaveInstanceState()
|
Bundle |
TimePickerDialog.onSaveInstanceState()
|
Bundle |
LocalActivityManager.saveInstanceState()
|
| Methods in android.app with parameters of type Bundle | |
|---|---|
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)
|
void |
Instrumentation.finish(int resultCode,
Bundle results)
|
protected void |
LauncherActivity.onCreate(Bundle icicle)
|
protected void |
ActivityGroup.onCreate(Bundle savedInstanceState)
|
protected void |
Activity.onCreate(Bundle savedInstanceState)
|
protected void |
AlertDialog.onCreate(Bundle savedInstanceState)
|
protected void |
ProgressDialog.onCreate(Bundle savedInstanceState)
|
protected void |
Dialog.onCreate(Bundle savedInstanceState)
|
protected void |
AliasActivity.onCreate(Bundle savedInstanceState)
|
void |
Instrumentation.onCreate(Bundle arguments)
|
protected void |
Activity.onPostCreate(Bundle savedInstanceState)
|
protected void |
TabActivity.onPostCreate(Bundle icicle)
|
protected void |
Activity.onRestoreInstanceState(Bundle savedInstanceState)
|
protected void |
ExpandableListActivity.onRestoreInstanceState(Bundle state)
|
protected void |
TabActivity.onRestoreInstanceState(Bundle state)
|
protected void |
ListActivity.onRestoreInstanceState(Bundle state)
|
void |
DatePickerDialog.onRestoreInstanceState(Bundle savedInstanceState)
|
void |
Dialog.onRestoreInstanceState(Bundle savedInstanceState)
|
void |
TimePickerDialog.onRestoreInstanceState(Bundle savedInstanceState)
|
protected void |
ActivityGroup.onSaveInstanceState(Bundle outState)
|
protected void |
Activity.onSaveInstanceState(Bundle outState)
|
protected void |
TabActivity.onSaveInstanceState(Bundle outState)
|
void |
PendingIntent.OnFinished.onSendFinished(PendingIntent pendingIntent,
Intent intent,
int resultCode,
java.lang.String resultData,
Bundle resultExtras)
|
void |
Instrumentation.sendStatus(int resultCode,
Bundle results)
|
void |
WallpaperManager.sendWallpaperCommand(IBinder windowToken,
java.lang.String action,
int x,
int y,
int z,
Bundle extras)
|
void |
Activity.startSearch(java.lang.String initialQuery,
boolean selectInitialQuery,
Bundle appSearchData,
boolean globalSearch)
|
void |
SearchManager.startSearch(java.lang.String initialQuery,
boolean selectInitialQuery,
ComponentName launchActivity,
Bundle appSearchData,
boolean globalSearch)
|
void |
Activity.triggerSearch(java.lang.String query,
Bundle appSearchData)
|
void |
SearchManager.triggerSearch(java.lang.String query,
ComponentName launchActivity,
Bundle appSearchData)
|
| Uses of Bundle in android.content |
|---|
| Methods in android.content that return Bundle | |
|---|---|
Bundle |
Intent.getBundleExtra(java.lang.String name)
|
Bundle |
Intent.getExtras()
|
Bundle |
BroadcastReceiver.getResultExtras(boolean makeMap)
|
| Methods in android.content with parameters of type Bundle | |
|---|---|
abstract void |
AbstractThreadedSyncAdapter.onPerformSync(Account account,
Bundle extras,
java.lang.String authority,
ContentProviderClient provider,
SyncResult syncResult)
|
void |
IntentSender.OnFinished.onSendFinished(IntentSender IntentSender,
Intent intent,
int resultCode,
java.lang.String resultData,
Bundle resultExtras)
|
Intent |
Intent.putExtra(java.lang.String name,
Bundle value)
|
Intent |
Intent.putExtras(Bundle extras)
|
Intent |
Intent.replaceExtras(Bundle extras)
|
static void |
ContentResolver.requestSync(Account account,
java.lang.String authority,
Bundle extras)
|
abstract void |
Context.sendOrderedBroadcast(Intent intent,
java.lang.String receiverPermission,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
java.lang.String initialData,
Bundle initialExtras)
|
void |
ContextWrapper.sendOrderedBroadcast(Intent intent,
java.lang.String receiverPermission,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
java.lang.String initialData,
Bundle initialExtras)
|
abstract void |
Context.sendStickyOrderedBroadcast(Intent intent,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
java.lang.String initialData,
Bundle initialExtras)
|
void |
ContextWrapper.sendStickyOrderedBroadcast(Intent intent,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
java.lang.String initialData,
Bundle initialExtras)
|
void |
BroadcastReceiver.setResult(int code,
java.lang.String data,
Bundle extras)
|
void |
BroadcastReceiver.setResultExtras(Bundle extras)
|
abstract boolean |
Context.startInstrumentation(ComponentName className,
java.lang.String profileFile,
Bundle arguments)
|
boolean |
ContextWrapper.startInstrumentation(ComponentName className,
java.lang.String profileFile,
Bundle arguments)
|
void |
ContentResolver.startSync(Uri uri,
Bundle extras)
|
static void |
ContentResolver.validateSyncExtrasBundle(Bundle extras)
|
| Uses of Bundle in android.content.pm |
|---|
| Fields in android.content.pm declared as Bundle | |
|---|---|
Bundle |
PackageItemInfo.metaData
|
| Uses of Bundle in android.content.res |
|---|
| Methods in android.content.res with parameters of type Bundle | |
|---|---|
void |
Resources.parseBundleExtra(java.lang.String tagName,
AttributeSet attrs,
Bundle outBundle)
|
void |
Resources.parseBundleExtras(XmlResourceParser parser,
Bundle outBundle)
|
| Uses of Bundle in android.database |
|---|
| Methods in android.database that return Bundle | |
|---|---|
Bundle |
AbstractCursor.getExtras()
|
Bundle |
Cursor.getExtras()
|
Bundle |
CursorWrapper.getExtras()
|
Bundle |
AbstractCursor.respond(Bundle extras)
|
Bundle |
Cursor.respond(Bundle extras)
|
Bundle |
CursorWrapper.respond(Bundle extras)
|
| Methods in android.database with parameters of type Bundle | |
|---|---|
Bundle |
AbstractCursor.respond(Bundle extras)
|
Bundle |
Cursor.respond(Bundle extras)
|
Bundle |
CursorWrapper.respond(Bundle extras)
|
| Uses of Bundle in android.inputmethodservice |
|---|
| Methods in android.inputmethodservice with parameters of type Bundle | |
|---|---|
void |
InputMethodService.InputMethodSessionImpl.appPrivateCommand(java.lang.String action,
Bundle data)
|
void |
InputMethodService.onAppPrivateCommand(java.lang.String action,
Bundle data)
|
| Uses of Bundle in android.location |
|---|
| Methods in android.location that return Bundle | |
|---|---|
Bundle |
Location.getExtras()
|
Bundle |
Address.getExtras()
|
| Methods in android.location with parameters of type Bundle | |
|---|---|
void |
LocationListener.onStatusChanged(java.lang.String provider,
int status,
Bundle extras)
|
boolean |
LocationManager.sendExtraCommand(java.lang.String provider,
java.lang.String command,
Bundle extras)
|
void |
Location.setExtras(Bundle extras)
|
void |
Address.setExtras(Bundle extras)
|
void |
LocationManager.setTestProviderStatus(java.lang.String provider,
int status,
Bundle extras,
long updateTime)
|
| Uses of Bundle in android.net.http |
|---|
| Methods in android.net.http that return Bundle | |
|---|---|
static Bundle |
SslCertificate.saveState(SslCertificate certificate)
|
| Methods in android.net.http with parameters of type Bundle | |
|---|---|
static SslCertificate |
SslCertificate.restoreState(Bundle bundle)
|
| Uses of Bundle in android.os |
|---|
| Fields in android.os declared as Bundle | |
|---|---|
static Bundle |
Bundle.EMPTY
|
| Fields in android.os with type parameters of type Bundle | |
|---|---|
static Parcelable.Creator<Bundle> |
Bundle.CREATOR
|
| Methods in android.os that return Bundle | |
|---|---|
Bundle |
Bundle.getBundle(java.lang.String key)
|
Bundle |
Message.getData()
|
Bundle |
Message.peekData()
|
Bundle |
Parcel.readBundle()
|
Bundle |
Parcel.readBundle(java.lang.ClassLoader loader)
|
| Methods in android.os with parameters of type Bundle | |
|---|---|
protected void |
ResultReceiver.onReceiveResult(int resultCode,
Bundle resultData)
|
void |
Bundle.putAll(Bundle map)
|
void |
Bundle.putBundle(java.lang.String key,
Bundle value)
|
void |
ResultReceiver.send(int resultCode,
Bundle resultData)
|
void |
Message.setData(Bundle data)
|
void |
Parcel.writeBundle(Bundle val)
|
| Constructors in android.os with parameters of type Bundle | |
|---|---|
Bundle(Bundle b)
|
|
| Uses of Bundle in android.preference |
|---|
| Methods in android.preference with parameters of type Bundle | |
|---|---|
protected void |
PreferenceGroup.dispatchRestoreInstanceState(Bundle container)
|
protected void |
PreferenceGroup.dispatchSaveInstanceState(Bundle container)
|
protected void |
PreferenceActivity.onCreate(Bundle savedInstanceState)
|
protected void |
PreferenceActivity.onRestoreInstanceState(Bundle state)
|
protected void |
PreferenceActivity.onSaveInstanceState(Bundle outState)
|
void |
Preference.restoreHierarchyState(Bundle container)
|
void |
Preference.saveHierarchyState(Bundle container)
|
protected void |
DialogPreference.showDialog(Bundle state)
|
| Uses of Bundle in android.service.wallpaper |
|---|
| Methods in android.service.wallpaper that return Bundle | |
|---|---|
Bundle |
WallpaperService.Engine.onCommand(java.lang.String action,
int x,
int y,
int z,
Bundle extras,
boolean resultRequested)
|
| Methods in android.service.wallpaper with parameters of type Bundle | |
|---|---|
Bundle |
WallpaperService.Engine.onCommand(java.lang.String action,
int x,
int y,
int z,
Bundle extras,
boolean resultRequested)
|
| Uses of Bundle in android.telephony.cdma |
|---|
| Methods in android.telephony.cdma with parameters of type Bundle | |
|---|---|
void |
CdmaCellLocation.fillInNotifierBundle(Bundle bundleToFill)
|
| Constructors in android.telephony.cdma with parameters of type Bundle | |
|---|---|
CdmaCellLocation(Bundle bundleWithValues)
|
|
| Uses of Bundle in android.telephony.gsm |
|---|
| Methods in android.telephony.gsm with parameters of type Bundle | |
|---|---|
void |
GsmCellLocation.fillInNotifierBundle(Bundle m)
|
| Constructors in android.telephony.gsm with parameters of type Bundle | |
|---|---|
GsmCellLocation(Bundle bundle)
|
|
| Uses of Bundle in android.text.method |
|---|
| Methods in android.text.method with parameters of type Bundle | |
|---|---|
protected void |
CharacterPickerDialog.onCreate(Bundle savedInstanceState)
|
| Uses of Bundle in android.view |
|---|
| Methods in android.view that return Bundle | |
|---|---|
abstract Bundle |
Window.saveHierarchyState()
|
| Methods in android.view with parameters of type Bundle | |
|---|---|
abstract void |
Window.restoreHierarchyState(Bundle savedInstanceState)
|
| Uses of Bundle in android.view.inputmethod |
|---|
| Fields in android.view.inputmethod declared as Bundle | |
|---|---|
Bundle |
EditorInfo.extras
|
| Methods in android.view.inputmethod with parameters of type Bundle | |
|---|---|
void |
InputMethodSession.appPrivateCommand(java.lang.String action,
Bundle data)
|
boolean |
InputConnectionWrapper.performPrivateCommand(java.lang.String action,
Bundle data)
|
boolean |
InputConnection.performPrivateCommand(java.lang.String action,
Bundle data)
|
boolean |
BaseInputConnection.performPrivateCommand(java.lang.String action,
Bundle data)
|
void |
InputMethodManager.sendAppPrivateCommand(View view,
java.lang.String action,
Bundle data)
|
| Uses of Bundle in android.webkit |
|---|
| Methods in android.webkit with parameters of type Bundle | |
|---|---|
boolean |
WebView.restorePicture(Bundle b,
java.io.File src)
|
WebBackForwardList |
WebView.restoreState(Bundle inState)
|
boolean |
WebView.savePicture(Bundle b,
java.io.File dest)
|
WebBackForwardList |
WebView.saveState(Bundle outState)
|
| Uses of Bundle in android.widget |
|---|
| Methods in android.widget that return Bundle | |
|---|---|
Bundle |
TextView.getInputExtras(boolean create)
|
| Methods in android.widget with parameters of type Bundle | |
|---|---|
boolean |
TextView.onPrivateIMECommand(java.lang.String action,
Bundle data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||