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 82 Intent receiveIntent = new Intent(context.getApplicationContext(),
84 receiveIntent.putExtra(BeamReceiveService.EXTRA_BEAM_TRANSFER_RECORD, transferRecord);
85 receiveIntent.putExtra(BeamReceiveService.EXTRA_BEAM_COMPLETE_CALLBACK,
88 context.startServiceAsUser(receiveIntent, UserHandle.CURRENT);
  /cts/tests/app/src/android/app/cts/
ActivityManagerTest.java 412 Intent receiveIntent = new Intent(ACTIVITY_TIME_TRACK_INFO);
414 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));
459 Intent receiveIntent = new Intent(ACTIVITY_TIME_TRACK_INFO);
461 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));
507 Intent receiveIntent = new Intent(ACTIVITY_TIME_TRACK_INFO);
509 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 442 Intent receiveIntent = new Intent(ActivityTestMain.this, TrackTimeReceiver.class);
443 receiveIntent.putExtra("something", "yeah, this is us!");
445 0, receiveIntent, PendingIntent.FLAG_CANCEL_CURRENT));

Completed in 90 milliseconds