/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | BubblesVerifierActivity.java | 50 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()
|
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 | 179 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()
|
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 | 168 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()
|