HomeSort by relevance Sort by last modified time
    Searched refs:putExtra (Results 1 - 25 of 652) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/app/activity/
SubActivityTest.java 26 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
27 mIntent.putExtra("mode", SubActivityScreen.PENDING_RESULT_MODE);
32 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
33 mIntent.putExtra("mode", SubActivityScreen.NO_RESULT_MODE);
38 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
39 mIntent.putExtra("mode", SubActivityScreen.RESULT_MODE);
44 mIntent.putExtra("component",
46 mIntent.putExtra("mode", SubActivityScreen.FINISH_SUB_MODE);
51 mIntent.putExtra("component",
53 mIntent.putExtra("mode", SubActivityScreen.NO_RESULT_MODE)
    [all...]
LaunchTest.java 26 mIntent.putExtra("component", new ComponentName(getContext(), TestedActivity.class));
32 mIntent.putExtra("component", new ComponentName(getContext(), LocalActivity.class));
38 mIntent.putExtra("component", new ComponentName(getContext(), TestedScreen.class));
44 mIntent.putExtra("component", new ComponentName(getContext(), LocalScreen.class));
63 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
69 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
70 mIntent.putExtra(ClearTop.WAIT_CLEAR_TASK, true);
  /packages/apps/Gallery/src/com/android/camera/
Wallpaper.java 47 intent.putExtra("crop", "true");
56 intent.putExtra("outputX", width);
57 intent.putExtra("outputY", height);
58 intent.putExtra("aspectX", width);
59 intent.putExtra("aspectY", height);
60 intent.putExtra("scale", true);
61 intent.putExtra("noFaceDetection", true);
62 intent.putExtra("setWallpaper", true);
PhotoAppWidgetConfigure.java 62 intent.putExtra("crop", "true");
63 intent.putExtra("aspectX", 1);
64 intent.putExtra("aspectY", 1);
65 intent.putExtra("outputX", maxDimension);
66 intent.putExtra("outputY", maxDimension);
67 intent.putExtra("noFaceDetection", true);
68 intent.putExtra("return-data", true);
99 resultValue.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mAppWidgetId);
  /packages/apps/Settings/src/com/android/settings/accounts/
SyncSettingsActivity.java 30 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, SyncSettings.class.getName());
31 modIntent.putExtra(EXTRA_NO_HEADERS, true);
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetailsTop.java 10 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, InstalledAppDetails.class.getName());
11 modIntent.putExtra(EXTRA_NO_HEADERS, true);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnablerActivity.java 26 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, InputMethodAndSubtypeEnabler.class.getName());
27 modIntent.putExtra(EXTRA_NO_HEADERS, true);
  /packages/apps/DeskClock/tests/src/com/android/deskclock/
TestAddAlarm.java 31 i.putExtra(AlarmClock.EXTRA_MESSAGE, "New Alarm!");
32 i.putExtra(AlarmClock.EXTRA_HOUR, 12);
33 i.putExtra(AlarmClock.EXTRA_MINUTES, 27);
34 i.putExtra(AlarmClock.EXTRA_SKIP_UI, true);
47 i.putExtra(AlarmClock.EXTRA_SKIP_UI, false);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiPickerActivity.java 39 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, WifiSettings.class.getName());
41 modIntent.putExtra(EXTRA_NO_HEADERS, true);
55 intent.putExtra(EXTRA_SHOW_FRAGMENT, fragmentName);
56 intent.putExtra(EXTRA_SHOW_FRAGMENT_ARGUMENTS, args);
57 intent.putExtra(EXTRA_NO_HEADERS, true);
61 intent.putExtra(EXTRA_PREFS_SHOW_BUTTON_BAR,
65 intent.putExtra(EXTRA_PREFS_SET_NEXT_TEXT,
69 intent.putExtra(EXTRA_PREFS_SET_BACK_TEXT,
73 intent.putExtra(EXTRA_WIFI_SHOW_ACTION_BAR,
77 intent.putExtra(EXTRA_WIFI_SHOW_MENUS
    [all...]
  /external/svox/pico/src/com/svox/pico/
GetSampleText.java 46 returnData.putExtra("sampleText", getString(R.string.eng_gbr_sample));
48 returnData.putExtra("sampleText", getString(R.string.eng_usa_sample));
51 returnData.putExtra("sampleText", getString(R.string.fra_fra_sample));
53 returnData.putExtra("sampleText", getString(R.string.ita_ita_sample));
55 returnData.putExtra("sampleText", getString(R.string.deu_deu_sample));
57 returnData.putExtra("sampleText", getString(R.string.spa_esp_sample));
60 returnData.putExtra("sampleText", "");
  /cts/tests/tests/holo/src/android/holo/cts/
AllThemesIterator.java 50 intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
51 intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
52 intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, mAdapterMode);
53 intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
LayoutPickerActivity.java 47 intent.putExtra(ThemeTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
48 intent.putExtra(ThemeTestActivity.EXTRA_LAYOUT_INDEX, position);
49 intent.putExtra(ThemeTestActivity.EXTRA_TASK, mTestTask);
50 intent.putExtra(ThemeTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, LayoutAdapter.MODE_VIEWING);
SingleLayoutIterator.java 49 intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
50 intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
51 intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
52 intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, mLayoutAdapterMode);
SingleThemeIterator.java 50 intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
51 intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
52 intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
53 intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, mLayoutAdapterMode);
SingleThemeLayoutIterator.java 47 intent.putExtra(LayoutTestActivity.EXTRA_THEME_INDEX, mThemeIndex);
48 intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_INDEX, mLayoutIndex);
49 intent.putExtra(LayoutTestActivity.EXTRA_TASK, mTask);
50 intent.putExtra(LayoutTestActivity.EXTRA_LAYOUT_ADAPTER_MODE, mLayoutAdapterMode);
  /frameworks/ex/common/java/com/android/common/userhappiness/
UserHappinessSignals.java 53 i.putExtra(LoggingEvents.EXTRA_APP_NAME, LoggingEvents.VoiceIme.APP_NAME);
54 i.putExtra(LoggingEvents.EXTRA_EVENT, LoggingEvents.VoiceIme.IME_TEXT_ACCEPTED);
55 i.putExtra(LoggingEvents.EXTRA_CALLING_APP_NAME, context.getPackageName());
56 i.putExtra(LoggingEvents.EXTRA_TIMESTAMP, System.currentTimeMillis());
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SpellCheckerSettingsActivity.java 35 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, SpellCheckerSettingsFragment.class.getName());
36 modIntent.putExtra(EXTRA_NO_HEADERS, true);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionarySettingsActivity.java 35 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, DictionarySettingsFragment.class.getName());
36 modIntent.putExtra(EXTRA_NO_HEADERS, true);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsActivity.java 30 intent.putExtra(EXTRA_SHOW_FRAGMENT, DEFAULT_FRAGMENT);
32 intent.putExtra(EXTRA_NO_HEADERS, true);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SpellCheckerSettingsActivity.java 35 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, SpellCheckerSettingsFragment.class.getName());
36 modIntent.putExtra(EXTRA_NO_HEADERS, true);
  /cts/tests/tests/app/src/android/app/cts/
LaunchTest.java 45 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
46 mIntent.putExtra(ClearTop.WAIT_CLEAR_TASK, true);
51 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
60 mIntent.putExtra("component", new ComponentName(getContext(), LocalScreen.class));
65 mIntent.putExtra("component", new ComponentName(getContext(), TestedScreen.class));
70 mIntent.putExtra("component", new ComponentName(getContext(), LocalActivity.class));
75 mIntent.putExtra("component", new ComponentName(getContext(), TestedActivity.class));
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
PinnedHeaderUseCaseActivity.java 81 intent.putExtra("counts", counts);
82 intent.putExtra("names", names);
83 intent.putExtra("headers", headers);
84 intent.putExtra("showIfEmpty", showIfEmpty);
85 intent.putExtra("delays", delays);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java 56 localIntent.putExtra(Constants.EXTENDED_DATA_STATUS, status);
77 localIntent.putExtra(Constants.EXTENDED_DATA_STATUS, -1);
80 localIntent.putExtra(Constants.EXTENDED_STATUS_LOG, logData);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Somnambulator.java 45 resultIntent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,
47 resultIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent);
48 resultIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, getString(R.string.start_dreams));
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
Menu.java 55 intent.putExtra(TestShellActivity.TEST_URL, "file://" + filename);
56 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, 1);
57 intent.putExtra(TestShellActivity.CURRENT_TEST_NUMBER, 1);
67 intent.putExtra(TestShellActivity.UI_AUTO_TEST, LAYOUT_TESTS_LIST_FILE);
68 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, testCount);
71 intent.putExtra(TestShellActivity.CURRENT_TEST_NUMBER, 0);

Completed in 783 milliseconds

1 2 3 4 5 6 7 8 91011>>