Searched refs:appNotifications (Results 1 – 1 of 1) sorted by relevance
168 SparseSetArray<JobServiceContext> appNotifications = mCurrentAssociations.get(userPackage); in enqueueNotification() local169 if (appNotifications == null) { in enqueueNotification()170 appNotifications = new SparseSetArray<>(); in enqueueNotification()171 mCurrentAssociations.put(userPackage, appNotifications); in enqueueNotification()173 appNotifications.add(notificationId, hostingContext); in enqueueNotification()