HomeSort by relevance Sort by last modified time
    Searched refs:receiveIntent (Results 1 - 3 of 3) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamManager.java 86 Intent receiveIntent = new Intent(context.getApplicationContext(),
88 receiveIntent.putExtra(BeamReceiveService.EXTRA_BEAM_TRANSFER_RECORD, transferRecord);
89 receiveIntent.putExtra(BeamReceiveService.EXTRA_BEAM_COMPLETE_CALLBACK,
92 context.startServiceAsUser(receiveIntent, UserHandle.CURRENT);
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerTest.java 399 Intent receiveIntent = new Intent(ACTIVITY_TIME_TRACK_INFO);
401 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));
446 Intent receiveIntent = new Intent(ACTIVITY_TIME_TRACK_INFO);
448 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));
494 Intent receiveIntent = new Intent(ACTIVITY_TIME_TRACK_INFO);
496 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 441 Intent receiveIntent = new Intent(ActivityTestMain.this, TrackTimeReceiver.class);
442 receiveIntent.putExtra("something", "yeah, this is us!");
444 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));

Completed in 61 milliseconds