Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobNotificationCoordinator.java168 SparseSetArray<JobServiceContext> appNotifications = mCurrentAssociations.get(userPackage); in enqueueNotification() local
169 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()