HomeSort by relevance Sort by last modified time
    Searched defs:requestIntent (Results 1 - 4 of 4) sorted by null

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BroadcastRpcBase.java 61 final Intent requestIntent = new Intent(ACTION_REQUEST)
71 requestIntent, null, new BroadcastReceiver() {
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
BroadcastRpcBase.java 62 final Intent requestIntent = new Intent(ACTION_REQUEST)
72 requestIntent, null, new BroadcastReceiver() {
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 187 * @param requestIntent original intent sent from the verifier to
191 private static void sendShortcutResetReply(Context context, Intent requestIntent, String error) {
193 replyIntent.setAction(requestIntent.getStringExtra(EXTRA_RESET_REPLY_ACTION));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowActivityTest.java 225 Intent requestIntent = new Intent().setType("video/*");
227 shadowOf(activity).receiveResult(requestIntent, Activity.RESULT_OK,
231 assertThat(e.getMessage()).startsWith("No intent matches " + requestIntent);
    [all...]

Completed in 132 milliseconds