Home
last modified time | relevance | path

Searched refs:requestIntent (Results 1 – 4 of 4) sorted by relevance

/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DSuspendTestUtils.java121 final Intent requestIntent = new Intent(action) in requestDpmAction() local
125 requestIntent.putExtras(extras); in requestDpmAction()
129 getContext().sendOrderedBroadcast(requestIntent, null, in requestDpmAction()
137 assertTrue("Broadcast " + requestIntent.getAction() + " timed out", in requestDpmAction()
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsDownloadService.java394 Intent requestIntent = new Intent(VendorUtils.ACTION_FILE_DESCRIPTOR_REQUEST);
395 requestIntent.putExtra(VendorUtils.EXTRA_SERVICE_ID, request.getFileServiceId());
397 requestIntent.putExtra(VendorUtils.EXTRA_FD_COUNT, requestedFiles.size());
398 requestIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT, mTempFileRootDirPath);
399 requestIntent.setComponent(CTS_TEST_RECEIVER_COMPONENT);
404 sendOrderedBroadcast(requestIntent,
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBroadcastRpcBase.java62 final Intent requestIntent = new Intent(ACTION_REQUEST) in invoke() local
72 requestIntent, null, new BroadcastReceiver() { in invoke()
/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java191 … private static void sendShortcutResetReply(Context context, Intent requestIntent, String error) { in sendShortcutResetReply() argument
193 replyIntent.setAction(requestIntent.getStringExtra(EXTRA_RESET_REPLY_ACTION)); in sendShortcutResetReply()