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 87 Intent receiveIntent = new Intent(context.getApplicationContext(),
89 receiveIntent.putExtra(BeamReceiveService.EXTRA_BEAM_TRANSFER_RECORD, transferRecord);
90 receiveIntent.putExtra(BeamReceiveService.EXTRA_BEAM_COMPLETE_CALLBACK,
93 context.startServiceAsUser(receiveIntent, UserHandle.CURRENT);
  /cts/tests/app/src/android/app/cts/
ActivityManagerTest.java 475 Intent receiveIntent = new Intent(ACTIVITY_TIME_TRACK_INFO);
477 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));
532 Intent receiveIntent = new Intent(ACTIVITY_TIME_TRACK_INFO);
534 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));
580 Intent receiveIntent = new Intent(ACTIVITY_TIME_TRACK_INFO);
582 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 402 Intent receiveIntent = new Intent(ActivityTestMain.this, TrackTimeReceiver.class);
403 receiveIntent.putExtra("something", "yeah, this is us!");
405 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));

Completed in 97 milliseconds