Searched refs:receiverIntent (Results 1 – 4 of 4) sorted by relevance
/cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/ |
D | TestAlarmScheduler.java | 46 final Intent receiverIntent = new Intent(context, TestAlarmReceiver.class); in onReceive() local 47 receiverIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in onReceive() 49 PendingIntent.getBroadcast(context, 0, receiverIntent, 0); in onReceive() 50 final PendingIntent alarmSender = PendingIntent.getBroadcast(context, 1, receiverIntent, 0); in onReceive()
|
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/ |
D | InlineReply.java | 41 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/ |
D | ErrorsTests.java | 91 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/ |
D | NotificationBot.java | 129 final PendingIntent receiverIntent = in testShortcutResetSetupNotification() local 147 "Type something here and press send button", receiverIntent) in testShortcutResetSetupNotification()
|