Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobNotificationCoordinator.java157 final IntArray notificationIds = mUijNotifications.get(userId, packageName); in enqueueNotification() local
158 if (notificationIds.indexOf(notificationId) == -1) { in enqueueNotification()
159 notificationIds.add(notificationId); in enqueueNotification()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java1306 int[] notificationIds = checkNotificationShown( in testLongFGSMonitor() local
1313 checkNotificationGone(testPkgName1, timeout(windowMs), notificationIds[1]); in testLongFGSMonitor()
1317 checkNotificationGone(testPkgName2, timeout(windowMs), notificationIds[0]); in testLongFGSMonitor()