Uses of Class
android.os.Bundle

Packages that use Bundle
android.accounts   
android.app   
android.content   
android.content.pm   
android.content.res   
android.database   
android.inputmethodservice   
android.location   
android.net.http   
android.os   
android.preference   
android.service.textservice   
android.service.wallpaper   
android.speech   
android.speech.tts   
android.telephony.cdma   
android.telephony.gsm   
android.text.method   
android.view   
android.view.inputmethod   
android.view.textservice   
android.webkit   
android.widget   
 

Uses of Bundle in android.accounts
 

Methods in android.accounts that return Bundle
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)
           
 

Methods in android.accounts that return types with arguments of type Bundle
 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)
           
 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)
           
 

Methods in android.accounts with parameters of type Bundle
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)
           
 

Method parameters in android.accounts with type arguments of type Bundle
 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)
           
 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)
           
 

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 Fragment.getArguments()
           
 Bundle Instrumentation.getBinderCounts()
           
 Bundle DatePickerDialog.onSaveInstanceState()
           
 Bundle TimePickerDialog.onSaveInstanceState()
           
 Bundle Dialog.onSaveInstanceState()
           
 Bundle LocalActivityManager.saveInstanceState()
          Deprecated.  
 

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)
          Deprecated.  
 void Instrumentation.finish(int resultCode, Bundle results)
           
abstract  Fragment FragmentManager.getFragment(Bundle bundle, String key)
           
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 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)
           
 void DialogFragment.onCreate(Bundle savedInstanceState)
           
protected  void Activity.onCreate(Bundle savedInstanceState)
           
protected  void ProgressDialog.onCreate(Bundle savedInstanceState)
           
protected  void LauncherActivity.onCreate(Bundle icicle)
           
 void Fragment.onCreate(Bundle savedInstanceState)
           
protected  void AlertDialog.onCreate(Bundle savedInstanceState)
           
protected  void ActivityGroup.onCreate(Bundle savedInstanceState)
          Deprecated.  
protected  void NativeActivity.onCreate(Bundle savedInstanceState)
           
 void Instrumentation.onCreate(Bundle arguments)
           
protected  void AliasActivity.onCreate(Bundle savedInstanceState)
           
protected  void Dialog.onCreate(Bundle savedInstanceState)
           
 Dialog DialogFragment.onCreateDialog(Bundle savedInstanceState)
           
protected  Dialog Activity.onCreateDialog(int id, Bundle args)
           
 Loader<D> LoaderManager.LoaderCallbacks.onCreateLoader(int id, Bundle args)
           
 View Fragment.onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
           
 View ListFragment.onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
           
 void Fragment.onInflate(Activity activity, AttributeSet attrs, Bundle savedInstanceState)
           
 void Fragment.onInflate(AttributeSet attrs, Bundle savedInstanceState)
           
protected  void Activity.onPostCreate(Bundle savedInstanceState)
           
protected  void TabActivity.onPostCreate(Bundle icicle)
          Deprecated.  
protected  void Activity.onPrepareDialog(int id, Dialog dialog, Bundle args)
           
protected  void Activity.onRestoreInstanceState(Bundle savedInstanceState)
           
protected  void ExpandableListActivity.onRestoreInstanceState(Bundle state)
           
 void DatePickerDialog.onRestoreInstanceState(Bundle savedInstanceState)
           
protected  void TabActivity.onRestoreInstanceState(Bundle state)
          Deprecated.  
 void TimePickerDialog.onRestoreInstanceState(Bundle savedInstanceState)
           
protected  void ListActivity.onRestoreInstanceState(Bundle state)
           
 void Dialog.onRestoreInstanceState(Bundle savedInstanceState)
           
 void DialogFragment.onSaveInstanceState(Bundle outState)
           
protected  void Activity.onSaveInstanceState(Bundle outState)
           
 void Fragment.onSaveInstanceState(Bundle outState)
           
protected  void TabActivity.onSaveInstanceState(Bundle outState)
          Deprecated.  
protected  void ActivityGroup.onSaveInstanceState(Bundle outState)
          Deprecated.  
protected  void NativeActivity.onSaveInstanceState(Bundle outState)
           
 void PendingIntent.OnFinished.onSendFinished(PendingIntent pendingIntent, Intent intent, int resultCode, String resultData, Bundle resultExtras)
           
 void Fragment.onViewCreated(View view, Bundle savedInstanceState)
           
 void ListFragment.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)
           
 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)
           
 

Uses of Bundle in android.content
 

Fields in android.content declared as Bundle
 Bundle PeriodicSync.extras
           
 

Methods in android.content that return Bundle
 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)
           
 

Methods in android.content with parameters of type Bundle
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 ContentProviderClient.openTypedAssetFileDescriptor(Uri uri, String mimeType, Bundle opts)
           
 AssetFileDescriptor ContentResolver.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)
           
abstract  void Context.sendOrderedBroadcast(Intent intent, String receiverPermission, BroadcastReceiver resultReceiver, Handler scheduler, int initialCode, String initialData, Bundle initialExtras)
           
 void ContextWrapper.sendOrderedBroadcast(Intent intent, String receiverPermission, 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 ContextWrapper.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)
           
abstract  boolean Context.startInstrumentation(ComponentName className, String profileFile, Bundle arguments)
           
 boolean ContextWrapper.startInstrumentation(ComponentName className, String profileFile, Bundle arguments)
           
 void ContentResolver.startSync(Uri uri, Bundle extras)
           
static void ContentResolver.validateSyncExtrasBundle(Bundle extras)
           
 void ContentProvider.PipeDataWriter.writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, Bundle opts, T args)
           
 

Constructors in android.content with parameters of type Bundle
PeriodicSync(Account account, String authority, Bundle extras, long period)
           
 

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(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 CursorWrapper.getExtras()
           
 Bundle Cursor.getExtras()
           
 Bundle AbstractCursor.respond(Bundle extras)
           
 Bundle CursorWrapper.respond(Bundle extras)
           
 Bundle Cursor.respond(Bundle extras)
           
 

Methods in android.database with parameters of type Bundle
 Bundle AbstractCursor.respond(Bundle extras)
           
 Bundle CursorWrapper.respond(Bundle extras)
           
 Bundle Cursor.respond(Bundle extras)
           
 

Uses of Bundle in android.inputmethodservice
 

Methods in android.inputmethodservice with parameters of type Bundle
 void InputMethodService.InputMethodSessionImpl.appPrivateCommand(String action, Bundle data)
           
 void InputMethodService.onAppPrivateCommand(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(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)
           
 

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(String key)
           
 Bundle Message.getData()
           
 Bundle Message.peekData()
           
 Bundle Parcel.readBundle()
           
 Bundle Parcel.readBundle(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(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
 

Fields in android.preference declared as Bundle
 Bundle PreferenceActivity.Header.extras
           
 Bundle PreferenceActivity.Header.fragmentArguments
           
 

Methods in android.preference that return Bundle
 Bundle Preference.getExtras()
           
 Bundle Preference.peekExtras()
           
 

Methods in android.preference with parameters of type Bundle
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)
           
 

Uses of Bundle in android.service.textservice
 

Methods in android.service.textservice that return Bundle
 Bundle SpellCheckerService.Session.getBundle()
           
 

Uses of Bundle in android.service.wallpaper
 

Methods in android.service.wallpaper that return Bundle
 Bundle WallpaperService.Engine.onCommand(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(String action, int x, int y, int z, Bundle extras, boolean resultRequested)
           
 

Uses of Bundle in android.speech
 

Methods in android.speech with parameters of type Bundle
 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)
           
 

Uses of Bundle in android.speech.tts
 

Methods in android.speech.tts that return Bundle
 Bundle SynthesisRequest.getParams()
           
 

Constructors in android.speech.tts with parameters of type Bundle
SynthesisRequest(String text, Bundle params)
           
 

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 bundle)
           
 

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(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)
           
 

Uses of Bundle in android.view.textservice
 

Methods in android.view.textservice with parameters of type Bundle
 SpellCheckerSession TextServicesManager.newSpellCheckerSession(Bundle bundle, Locale locale, SpellCheckerSession.SpellCheckerSessionListener listener, boolean referToSpellCheckerLanguageSettings)
           
 

Uses of Bundle in android.webkit
 

Methods in android.webkit with parameters of type Bundle
 View WebViewFragment.onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
           
 boolean WebView.restorePicture(Bundle b, File src)
           
 WebBackForwardList WebView.restoreState(Bundle inState)
           
 boolean WebView.savePicture(Bundle b, 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(String action, Bundle data)
           
 void RemoteViews.setBundle(int viewId, String methodName, Bundle value)
           
 



Copyright © 2008-2012. All Rights Reserved.