Searched defs:notificationId (Results 1 – 8 of 8) sorted by relevance
27 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification()
52 private int notificationId = -1; field in NetInitiatedActivity
311 public MediaNotification(int notificationId, @NonNull Notification notification) { in MediaNotification()
317 public void cancelNotification(int notificationId) { in cancelNotification()
4050 int notificationId = CS_NOTIFICATION; in setNotification() local4144 notificationManager.cancel(Integer.toString(mSubId), notificationId); in setNotification() local4161 notificationManager.notify(Integer.toString(mSubId), notificationId, mNotification); in setNotification() local
125 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
856 private void hideNotification(int notificationId) { in hideNotification()
1237 final NotificationId notificationId = beforeNotifs.valueAt(i); local1333 final NotificationId notificationId = new NotificationId(policy, type); in enqueueNotification() local1469 private void cancelNotification(NotificationId notificationId) { in cancelNotification()