Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java3214 StatusBarNotification[] notifs = in testNotificationListener_getActiveNotifications() local
3216 assertEquals(sbn2.getKey(), notifs[0].getKey()); in testNotificationListener_getActiveNotifications()
3217 assertEquals(sbn2.getId(), notifs[0].getId()); in testNotificationListener_getActiveNotifications()
3218 assertEquals(sbn2.getPackageName(), notifs[0].getPackageName()); in testNotificationListener_getActiveNotifications()
3220 assertEquals(sbn1.getKey(), notifs[1].getKey()); in testNotificationListener_getActiveNotifications()
3221 assertEquals(sbn1.getId(), notifs[1].getId()); in testNotificationListener_getActiveNotifications()
3222 assertEquals(sbn1.getPackageName(), notifs[1].getPackageName()); in testNotificationListener_getActiveNotifications()