Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ID (Results 1 – 8 of 8) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubblesVerifierActivity.java50 private static final int NOTIFICATION_ID = 1; field in BubblesVerifierActivity
247 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
278 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
309 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
334 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
363 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
403 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
432 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
461 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
DAttentionManagementVerifierActivity.java1016 mNm.notify(BOB, NOTIFICATION_ID + 2, bob.build()); in sendNotifications()
1028 mNm.notify(CHARLIE, NOTIFICATION_ID + 3, charlie.build()); in sendNotifications()
1039 mNm.notify(ALICE, NOTIFICATION_ID + 1, alice.build()); in sendNotifications()
1055 mNm.notify(ALICE, NOTIFICATION_ID + 1, alice.build()); in sendEventAlarmReminderNotifications()
1066 mNm.notify(BOB, NOTIFICATION_ID + 2, bob.build()); in sendEventAlarmReminderNotifications()
1078 mNm.notify(CHARLIE, NOTIFICATION_ID + 3, charlie.build()); in sendEventAlarmReminderNotifications()
1094 mNm.notify(ALICE, NOTIFICATION_ID + 1, alice.build()); in sendAlarmOtherMediaNotifications()
1105 mNm.notify(BOB, NOTIFICATION_ID + 2, bob.build()); in sendAlarmOtherMediaNotifications()
1116 mNm.notify(CHARLIE, NOTIFICATION_ID + 3, charlie.build()); in sendAlarmOtherMediaNotifications()
DNotificationListenerVerifierActivity.java179 mId1 = NOTIFICATION_ID + 1; in sendNotifications()
180 mId2 = NOTIFICATION_ID + 2; in sendNotifications()
181 mId3 = NOTIFICATION_ID + 3; in sendNotifications()
226 mId4 = NOTIFICATION_ID + 4; in sendNoisyNotification()
1370 mId1 = NOTIFICATION_ID + 1; in sendMessagingNotification()
DInteractiveVerifierActivity.java66 protected static final int NOTIFICATION_ID = 1001; field in InteractiveVerifierActivity
/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
DSendNotification.java38 static final int NOTIFICATION_ID = 98765; field in SendNotification
60 notificationManager.notify(NOTIFICATION_ID, in sendNotification()
70 notificationManager.cancel(NOTIFICATION_ID); in cancelNotification()
/cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
DMediaSessionTestHelperService.java45 private static final int NOTIFICATION_ID = 100; field in MediaSessionTestHelperService
64 startForeground(NOTIFICATION_ID, notification); in onCreate()
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java48 private static final int NOTIFICATION_ID = 1; field in ReflectorVpnService
74 startForeground(NOTIFICATION_ID, new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java168 private static final int NOTIFICATION_ID = 7; field in ByodHelperActivity
194 mNotificationManager.notify(NOTIFICATION_ID, notification); in showNotification()
368 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()