Searched refs:mUijNotifications (Results 1 – 1 of 1) sorted by relevance
72 private final SparseArrayMap<String, IntArray> mUijNotifications = new SparseArrayMap<>(); field in JobNotificationCoordinator157 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()