Home
last modified time | relevance | path

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

/cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/
DTestAlarmScheduler.java48 final Intent receiverIntent = new Intent(context, TestAlarmReceiver.class); in onReceive() local
49 receiverIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in onReceive()
51 receiverIntent.putExtra(TestAlarmReceiver.EXTRA_ID, id); in onReceive()
53 receiverIntent, PendingIntent.FLAG_MUTABLE | PendingIntent.FLAG_UPDATE_CURRENT); in onReceive()
54 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/hostsidetests/incident/apps/errorsapp/src/com/android/server/cts/errors/
DErrorsTests.java91 final Intent receiverIntent = new Intent(mContext, Receiver.class); in testANR() local
92 mContext.sendBroadcast(receiverIntent); in testANR()
/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()