Searched refs:NOTIFICATION_ID (Results 1 – 4 of 4) sorted by relevance
103 mId1 = NOTIFICATION_ID + 1; in sendNotifications()104 mId2 = NOTIFICATION_ID + 2; in sendNotifications()105 mId3 = NOTIFICATION_ID + 3; in sendNotifications()
839 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()
60 protected static final int NOTIFICATION_ID = 1001; field in InteractiveVerifierActivity
158 private static final int NOTIFICATION_ID = 7; field in ByodHelperActivity179 mNotificationManager.notify(NOTIFICATION_ID, notification); in showNotification()334 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()