/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | BubblesVerifierActivity.java | 48 private static final int NOTIFICATION_ID = 1; field in BubblesVerifierActivity 238 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 269 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 300 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 325 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 354 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 394 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 423 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 452 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
|
D | AttentionManagementVerifierActivity.java | 1016 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()
|
D | NotificationListenerVerifierActivity.java | 176 mId1 = NOTIFICATION_ID + 1; in sendNotifications() 177 mId2 = NOTIFICATION_ID + 2; in sendNotifications() 178 mId3 = NOTIFICATION_ID + 3; in sendNotifications() 223 mId4 = NOTIFICATION_ID + 4; in sendNoisyNotification() 1367 mId1 = NOTIFICATION_ID + 1; in sendMessagingNotification()
|
D | InteractiveVerifierActivity.java | 66 protected static final int NOTIFICATION_ID = 1001; field in InteractiveVerifierActivity
|
/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/ |
D | SendNotification.java | 38 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/ |
D | MediaSessionTestHelperService.java | 45 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/ |
D | ReflectorVpnService.java | 48 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/ |
D | ByodHelperActivity.java | 170 private static final int NOTIFICATION_ID = 7; field in ByodHelperActivity 196 mNotificationManager.notify(NOTIFICATION_ID, notification); in showNotification() 376 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()
|