Searched defs:notificationId (Results 1 – 7 of 7) sorted by relevance
48 private int notificationId = -1; field in NetInitiatedActivity
29 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification()
311 public MediaNotification(int notificationId, @NonNull Notification notification) { in MediaNotification()
127 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
865 private void hideNotification(int notificationId) { in hideNotification()
4277 int notificationId = CS_NOTIFICATION; in setNotification() local4371 notificationManager.cancel(Integer.toString(mSubId), notificationId); in setNotification() local4388 notificationManager.notify(Integer.toString(mSubId), notificationId, mNotification); in setNotification() local
1258 final NotificationId notificationId = beforeNotifs.valueAt(i); local1354 final NotificationId notificationId = new NotificationId(policy, type); in enqueueNotification() local1492 private void cancelNotification(NotificationId notificationId) { in cancelNotification()