Searched refs:notificationIds (Results 1 – 2 of 2) sorted by relevance
157 final IntArray notificationIds = mUijNotifications.get(userId, packageName); in enqueueNotification() local158 if (notificationIds.indexOf(notificationId) == -1) { in enqueueNotification()159 notificationIds.add(notificationId); in enqueueNotification()
1305 int[] notificationIds = checkNotificationShown( in testLongFGSMonitor() local1312 checkNotificationGone(testPkgName1, timeout(windowMs), notificationIds[1]); in testLongFGSMonitor()1316 checkNotificationGone(testPkgName2, timeout(windowMs), notificationIds[0]); in testLongFGSMonitor()