Home
last modified time | relevance | path

Searched refs:mUijNotifications (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobNotificationCoordinator.java72 private final SparseArrayMap<String, IntArray> mUijNotifications = new SparseArrayMap<>(); field in JobNotificationCoordinator
157 final IntArray notificationIds = mUijNotifications.get(userId, packageName); in enqueueNotification()
233 final IntArray notifications = mUijNotifications.get(userId, packageName); in isNotificationAssociatedWithAnyUserInitiatedJobs()
282 final IntArray notifications = mUijNotifications.get(userId, packageName); in maybeDeleteNotificationIdAssociation()
286 mUijNotifications.delete(userId, packageName); in maybeDeleteNotificationIdAssociation()
324 if (mUijNotifications.get(userId, packageName) == null) { in maybeCreateUijNotificationSetsLocked()
325 mUijNotifications.add(userId, packageName, new IntArray()); in maybeCreateUijNotificationSetsLocked()