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/managedprovisioning/
DWorkNotificationTestActivity.java39 private static final int NOTIFICATION_ID = 7; field in WorkNotificationTestActivity
49 mNotificationManager.notify(NOTIFICATION_ID, notification); in showWorkNotification()
65 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()
/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()
DInteractiveVerifierActivity.java60 protected static final int NOTIFICATION_ID = 1001; field in InteractiveVerifierActivity
DAttentionManagementVerifierActivity.java801 int baseId = NOTIFICATION_ID + (noisy ? 3 : 0); in sendNotifications()