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

  /cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/
TestAlarmScheduler.java 46 final Intent receiverIntent = new Intent(context, TestAlarmReceiver.class);
47 receiverIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
49 PendingIntent.getBroadcast(context, 0, receiverIntent, 0);
50 final PendingIntent alarmSender = PendingIntent.getBroadcast(context, 1, receiverIntent, 0);
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
InlineReply.java 41 final PendingIntent receiverIntent =
51 .addAction(new Action.Builder(0, INLINE_REPLY_REMOTE_INPUT_CAPTION, receiverIntent)
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 129 final PendingIntent receiverIntent =
147 "Type something here and press send button", receiverIntent)
  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java 304 final PendingIntent receiverIntent =
314 .addAction(new Action.Builder(0, "Remote input", receiverIntent)

Completed in 153 milliseconds