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

1 2 3 4 5 6 7 8

  /development/samples/TicTacToeMain/src/com/example/android/tictactoe/
MainActivity.java 52 i.putExtra(GameActivity.EXTRA_START_PLAYER,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java 82 intents[1].putExtra("com.example.android.apis.Path", "App");
85 intents[2].putExtra("com.example.android.apis.Path", "App/Notification");
90 intents[3].putExtra(IncomingMessageView.KEY_FROM, from);
91 intents[3].putExtra(IncomingMessageView.KEY_MESSAGE, msg);
168 intent.putExtra(IncomingMessageView.KEY_FROM, from);
169 intent.putExtra(IncomingMessageView.KEY_MESSAGE, message);
LauncherShortcuts.java 126 shortcutIntent.putExtra(EXTRA_KEY, "ApiDemos Provided This Shortcut");
131 intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent);
132 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, getString(R.string.shortcut_name));
135 intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
  /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));
  /cts/tests/tests/opengl/src/android/opengl/cts/
ProgramTest.java 32 intent.putExtra(OpenGLES20NativeActivityOne.EXTRA_VIEW_TYPE, viewType);
33 intent.putExtra(OpenGLES20NativeActivityOne.EXTRA_VIEW_INDEX, viewIndex);
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationUtil.java 32 intent.putExtra(EXTRA_MESSAGE, context.getString(messageResId));
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
MainActivity.java 38 intent.putExtra(Constants.RECIPE_NAME_TO_LOAD, itemName);
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationUtil.java 32 intent.putExtra(EXTRA_MESSAGE, context.getString(messageResId));
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
MainActivity.java 38 intent.putExtra(Constants.RECIPE_NAME_TO_LOAD, itemName);
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
PeerActivity.java 45 target.putExtra(EXTRA_PEER_COUNT, mPeerCount);
  /development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java 70 liveFolderIntent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_NAME, foldername);
75 liveFolderIntent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_ICON, foldericon);
79 liveFolderIntent.putExtra(
95 liveFolderIntent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_BASE_INTENT, returnIntent);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
ImePreferences.java 31 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, Settings.class.getName());
32 modIntent.putExtra(EXTRA_NO_HEADERS, true);
  /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);
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationUtil.java 32 intent.putExtra(EXTRA_MESSAGE, context.getString(messageResId));
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
MainActivity.java 38 intent.putExtra(Constants.RECIPE_NAME_TO_LOAD, itemName);
  /development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/
Utils.java 64 intent.putExtra(Intents.EXTRA_PACKAGE_NAME, context.getPackageName());
  /development/samples/training/notify-user/src/com/example/android/pingme/
MainActivity.java 50 mServiceIntent.putExtra(CommonConstants.EXTRA_MESSAGE, message);
65 mServiceIntent.putExtra(CommonConstants.EXTRA_TIMER, milliseconds);
  /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);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
IntentHelper.java 61 send.putExtra(Intent.EXTRA_EMAIL,
64 send.putExtra(Intent.EXTRA_SUBJECT, subject);
65 send.putExtra(Intent.EXTRA_TEXT, Html.fromHtml(body));
68 send.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(fileIn));
  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ChromiumLinkerParams.java 61 intent.putExtra(EXTRA_LINKER_PARAMS_BASE_LOAD_ADDRESS, mBaseLoadAddress);
62 intent.putExtra(EXTRA_LINKER_PARAMS_WAIT_FOR_SHARED_RELRO, mWaitForSharedRelro);
63 intent.putExtra(EXTRA_LINKER_PARAMS_TEST_RUNNER_CLASS_NAME, mTestRunnerClassName);
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetProvider.java 67 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetIds[i]);
84 toastIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetIds[i]);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ConflictingNonPaymentEmulatorActivity.java 34 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS,
36 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES,
38 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL,
DefaultRouteEmulatorActivity.java 39 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, APDU_COMMAND_SEQUENCE);
40 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, APDU_RESPONSE_SEQUENCE);
41 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL,
OffHostEmulatorActivity.java 34 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS,
36 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES,
38 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL,
SingleNonPaymentEmulatorActivity.java 33 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS,
35 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES,
37 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL,

Completed in 486 milliseconds

1 2 3 4 5 6 7 8