Searched defs:notificationId (Results 1 – 7 of 7) 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()
131 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
865 private void hideNotification(int notificationId) { in hideNotification()
4254 int notificationId = CS_NOTIFICATION; in setNotification() local4348 notificationManager.cancel(Integer.toString(mSubId), notificationId); in setNotification() local4365 notificationManager.notify(Integer.toString(mSubId), notificationId, mNotification); in setNotification() local
1244 final NotificationId notificationId = beforeNotifs.valueAt(i); local1340 final NotificationId notificationId = new NotificationId(policy, type); in enqueueNotification() local1476 private void cancelNotification(NotificationId notificationId) { in cancelNotification()