Home
last modified time | relevance | path

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

/cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
DMediaSessionTestHelperService.java43 private static final int NOTIFICATION_ID = 100; field in MediaSessionTestHelperService
55 startForeground(NOTIFICATION_ID, notification); in onCreate()
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java40 private static final int NOTIFICATION_ID = 1; field in ReflectorVpnService
60 startForeground(NOTIFICATION_ID, new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java157 private static final int NOTIFICATION_ID = 7; field in ByodHelperActivity
180 mNotificationManager.notify(NOTIFICATION_ID, notification); in showNotification()
344 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java126 mId1 = NOTIFICATION_ID + 1; in sendNotifications()
127 mId2 = NOTIFICATION_ID + 2; in sendNotifications()
128 mId3 = NOTIFICATION_ID + 3; in sendNotifications()
997 mId1 = NOTIFICATION_ID + 1; in sendMessagingNotification()
DAttentionManagementVerifierActivity.java880 mNm.notify(BOB, NOTIFICATION_ID + 2, bob.build()); in sendNotifications()
892 mNm.notify(CHARLIE, NOTIFICATION_ID + 3, charlie.build()); in sendNotifications()
903 mNm.notify(ALICE, NOTIFICATION_ID + 1, alice.build()); in sendNotifications()
DInteractiveVerifierActivity.java63 protected static final int NOTIFICATION_ID = 1001; field in InteractiveVerifierActivity