Searched refs:getBundle (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibilityRunner.java32 public Bundle getBundle() { method in class:AppCompatibilityRunner
H A DAppCompatibility.java67 mArgs = mRunner.getBundle();
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageInstrumentation.java34 public Bundle getBundle() { method in class:MemoryUsageInstrumentation
H A DMemoryUsageTest.java64 Bundle args = instrumentation.getBundle();
/frameworks/base/core/java/android/app/
H A DActivityGroup.java54 ? (Bundle) savedInstanceState.getBundle(STATES_KEY) : null;
H A DDialogFragment.java478 Bundle dialogState = savedInstanceState.getBundle(SAVED_DIALOG_STATE_TAG);
H A DLocalActivityManager.java455 final Bundle astate = state.getBundle(id);
H A DActivity.java936 Bundle windowState = savedInstanceState.getBundle(WINDOW_HIERARCHY_TAG);
949 final Bundle b = savedInstanceState.getBundle(SAVED_DIALOGS_TAG);
959 Bundle dialogState = b.getBundle(savedDialogKeyFor(dialogId));
964 md.mArgs = b.getBundle(savedDialogArgsKeyFor(dialogId));
H A DDialog.java416 final Bundle dialogHierarchyState = savedInstanceState.getBundle(DIALOG_HIERARCHY_TAG);
H A DSearchDialog.java355 Bundle appSearchData = savedInstanceState.getBundle(INSTANCE_KEY_APPDATA);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DCrashedDummyResult.java46 public Bundle getBundle() { method in class:CrashedDummyResult
H A DAbstractResult.java248 public abstract Bundle getBundle(); method in class:AbstractResult
H A DTextResult.java241 public Bundle getBundle() { method in class:TextResult
H A DLayoutTestsExecutor.java518 Bundle bundle = mCurrentResult.getBundle();
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPerformanceTest.java100 public Bundle getBundle() { method in class:PerformanceTest.StatAggregator
273 getInstrumentation().sendStatus(0, mStats.getBundle());
289 getInstrumentation().sendStatus(0, mStats.getBundle());
315 getInstrumentation().sendStatus(0, mStats.getBundle());
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProvider.java82 Bundle widgetExtras = extras.getBundle(AppWidgetManager.EXTRA_APPWIDGET_OPTIONS);
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java231 public Bundle getBundle() { method in class:SpellCheckerService.Session
232 return mInternalSession.getBundle();
303 public Bundle getBundle() { method in class:SpellCheckerService.InternalISpellCheckerSession
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java177 Bundle container = savedInstanceState.getBundle(PREFERENCES_TAG);
H A DPreferenceActivity.java932 Bundle container = state.getBundle(PREFERENCES_TAG);
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java373 Bundle dialogState = savedInstanceState.getBundle(SAVED_DIALOG_STATE_TAG);
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java169 final Bundle state = savedInstanceState.getBundle(STATE_INTENT_KEY);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java175 final Bundle state = savedInstanceState.getBundle(STATE_INTENT_KEY);
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java398 public Bundle getBundle(){ method in class:InstrumentationTestRunner
/frameworks/base/core/java/android/os/
H A DBundle.java1142 public Bundle getBundle(String key) { method in class:Bundle
/frameworks/base/location/java/android/location/
H A DLocationManager.java261 Bundle extras = b.getBundle("extras");

Completed in 466 milliseconds

12