HomeSort by relevance Sort by last modified time
    Searched defs:putExtra (Results 101 - 125 of 1282) sorted by null

1 2 3 45 6 7 8 91011>>

  /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,
SinglePaymentEmulatorActivity.java 47 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS,
49 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES,
51 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL,
  /cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
MyInteractionSessionService.java 49 intent.putExtra(KEY_HAS_SCREENSHOT, screenshot != null);
  /cts/tests/app/app/src/android/app/stubs/
ActivityManagerMemoryClassLaunchActivity.java 51 testIntent.putExtra(MEMORY_CLASS_EXTRA, memoryClass);
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
TestLogClient.java 47 intent.putExtra(EXTRA_LOG_TAG, mLogTag);
48 intent.putExtra(EXTRA_KEY, key);
49 intent.putExtra(EXTRA_VALUE, value);
  /cts/tests/tests/media/src/android/media/cts/
FaceDetectorTest.java 38 intent.putExtra(FaceDetectorStub.IMAGE_ID, R.drawable.faces);
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
CustomPrintOptionsActivity.java 68 result.putExtra(PrintService.EXTRA_PRINT_JOB_INFO,
  /cts/tests/tests/telephony/src/android/telephony/embms/cts/
MbmsDownloadReceiverTest.java 148 cleanupIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT, "this is not a directory path");
156 intentForReceiverTest.putExtra(MbmsDownloadSession.EXTRA_MBMS_DOWNLOAD_RESULT,
158 intentForReceiverTest.putExtra(MbmsDownloadSession.EXTRA_MBMS_DOWNLOAD_REQUEST,
178 intentForReceiverTest.putExtra(MbmsDownloadSession.EXTRA_MBMS_DOWNLOAD_RESULT,
180 intentForReceiverTest.putExtra(MbmsDownloadSession.EXTRA_MBMS_DOWNLOAD_REQUEST,
182 intentForReceiverTest.putExtra(MbmsDownloadSession.EXTRA_MBMS_FILE_INFO,
184 intentForReceiverTest.putExtra(VendorUtils.EXTRA_FINAL_URI,
202 fdRequestIntent.putExtra(VendorUtils.EXTRA_FD_COUNT, 5);
218 fdRequestIntent.putExtra(VendorUtils.EXTRA_FD_COUNT, 2);
284 intent.putExtra(VendorUtils.EXTRA_SERVICE_ID, TEST_SERVICE_ID)
    [all...]
  /developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
SchedulerHelper.java 54 intent.putExtra(Constants.EXTRA_CHAT, chat.getId());
55 intent.putExtra(Constants.EXTRA_MESSAGE, message.getId());
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
DetailActivity.java 54 intent.putExtra(EXTRA_ATTRACTION, attraction);
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
SchedulerHelper.java 54 intent.putExtra(Constants.EXTRA_CHAT, chat.getId());
55 intent.putExtra(Constants.EXTRA_MESSAGE, message.getId());
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
DetailActivity.java 54 intent.putExtra(EXTRA_ATTRACTION, attraction);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ProcessText.java 47 intent.putExtra(Intent.EXTRA_PROCESS_TEXT, edit.getText());
  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
PackageShortcutActivity.java 37 i.putExtra(KEY_TARGET_PACKAGE, targetPackage);
38 i.putExtra(KEY_TARGET_ACTIVITY, targetActivity);
39 i.putExtra(KEY_TARGET_USER, user);
40 i.putExtra(KEY_TITLE, title);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DetailActivity.java 54 intent.putExtra(EXTRA_ATTRACTION, attraction);
  /device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
LocationServicesManager.java 55 intent.putExtra(EXTRA_LOCATION_SERVICES_CONSENT_DISABLE, false);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
StartedMatcher.java 69 intent.putExtra(extraKey, extraValue);
  /external/sl4a/Common/src/com/googlecode/android_scripting/
IntentBuilders.java 55 intent.putExtra(Constants.EXTRA_SCRIPT_PATH, script.getAbsolutePath());
71 intent.putExtra(Constants.EXTRA_SCRIPT_PATH, script.getAbsolutePath());
87 intent.putExtra(Constants.EXTRA_INTERPRETER_NAME, interpreterName);
103 intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT,
105 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, interpreter.getNiceName());
106 intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
121 intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, buildStartInBackgroundIntent(script));
122 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, script.getName());
123 intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
138 intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, buildStartInTerminalIntent(script))
    [all...]
  /frameworks/base/core/java/android/text/style/
URLSpan.java 105 intent.putExtra(Browser.EXTRA_APPLICATION_ID, context.getPackageName());
  /frameworks/base/core/tests/coretests/src/android/app/timezone/
RulesUpdaterContractTest.java 57 expectedIntent.putExtra(RulesUpdaterContract.EXTRA_CHECK_TOKEN, tokenBytes);
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
ServiceIntentSender.java 70 intent.putExtra(MtpDocumentsService.EXTRA_DEVICE_IDS, ids);
71 intent.putExtra(MtpDocumentsService.EXTRA_DEVICE_NOTIFICATIONS, notifications);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
SliceBroadcastRelay.java 46 registerBroadcast.putExtra(EXTRA_URI, ContentProvider.maybeAddUserId(registerKey,
48 registerBroadcast.putExtra(EXTRA_RECEIVER,
50 registerBroadcast.putExtra(EXTRA_FILTER, filter);
58 registerBroadcast.putExtra(EXTRA_URI, ContentProvider.maybeAddUserId(registerKey,

Completed in 487 milliseconds

1 2 3 45 6 7 8 91011>>