Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
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()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java1305 int[] notificationIds = checkNotificationShown( in testLongFGSMonitor() local
1312 checkNotificationGone(testPkgName1, timeout(windowMs), notificationIds[1]); in testLongFGSMonitor()
1316 checkNotificationGone(testPkgName2, timeout(windowMs), notificationIds[0]); in testLongFGSMonitor()