Searched refs:NOTIFICATION_ID (Results 1 – 4 of 4) sorted by relevance
39 private static final int NOTIFICATION_ID = 7; field in WorkNotificationTestActivity49 mNotificationManager.notify(NOTIFICATION_ID, notification); in showWorkNotification()65 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()
103 mId1 = NOTIFICATION_ID + 1; in sendNotifications()104 mId2 = NOTIFICATION_ID + 2; in sendNotifications()105 mId3 = NOTIFICATION_ID + 3; in sendNotifications()
60 protected static final int NOTIFICATION_ID = 1001; field in InteractiveVerifierActivity
801 int baseId = NOTIFICATION_ID + (noisy ? 3 : 0); in sendNotifications()