Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java103 mId1 = NOTIFICATION_ID + 1; in sendNotifications()
104 mId2 = NOTIFICATION_ID + 2; in sendNotifications()
105 mId3 = NOTIFICATION_ID + 3; in sendNotifications()
DAttentionManagementVerifierActivity.java839 mNm.notify(BOB, NOTIFICATION_ID + 2, bob.build()); in sendNotifications()
851 mNm.notify(CHARLIE, NOTIFICATION_ID + 3, charlie.build()); in sendNotifications()
863 mNm.notify(ALICE, NOTIFICATION_ID + 1, alice.build()); in sendNotifications()
DInteractiveVerifierActivity.java60 protected static final int NOTIFICATION_ID = 1001; field in InteractiveVerifierActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java158 private static final int NOTIFICATION_ID = 7; field in ByodHelperActivity
179 mNotificationManager.notify(NOTIFICATION_ID, notification); in showNotification()
334 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()