Searched refs:NOTIF_BASE_ID (Results 1 – 1 of 1) sorted by relevance
63 protected static final int NOTIF_BASE_ID = 4273; field in RecordingService93 protected int mNotificationId = NOTIF_BASE_ID;154 mNotificationId = NOTIF_BASE_ID + (int) SystemClock.uptimeMillis(); in onStartCommand()406 mNotificationManager.notifyAsUser(getTag(), NOTIF_BASE_ID, groupNotif, currentUser); in postGroupNotification() local