Home
last modified time | relevance | path

Searched refs:receiverIntent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/
DTestAlarmScheduler.java49 final Intent receiverIntent = new Intent(context, TestAlarmReceiver.class); in onReceive() local
50 receiverIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in onReceive()
52 receiverIntent.putExtra(TestAlarmReceiver.EXTRA_ID, id); in onReceive()
53 receiverIntent.putExtra(EXTRA_TEST_FGS, intent.getBooleanExtra(EXTRA_TEST_FGS, false)); in onReceive()
55 receiverIntent, PendingIntent.FLAG_MUTABLE | PendingIntent.FLAG_UPDATE_CURRENT); in onReceive()
56 final PendingIntent alarmSender = PendingIntent.getBroadcast(context, 1, receiverIntent, in onReceive()
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DInlineReply.java41 final PendingIntent receiverIntent = in showNotificationWithInlineReply() local
51 .addAction(new Action.Builder(0, INLINE_REPLY_REMOTE_INPUT_CAPTION, receiverIntent) in showNotificationWithInlineReply()
/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java129 final PendingIntent receiverIntent = in testShortcutResetSetupNotification() local
147 "Type something here and press send button", receiverIntent) in testShortcutResetSetupNotification()