Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2470 StatusBarNotification[] notifs = in testNotificationListener_getActiveNotifications() local
2472 assertEquals(sbn2.getKey(), notifs[0].getKey()); in testNotificationListener_getActiveNotifications()
2473 assertEquals(sbn2.getId(), notifs[0].getId()); in testNotificationListener_getActiveNotifications()
2474 assertEquals(sbn2.getPackageName(), notifs[0].getPackageName()); in testNotificationListener_getActiveNotifications()
2476 assertEquals(sbn1.getKey(), notifs[1].getKey()); in testNotificationListener_getActiveNotifications()
2477 assertEquals(sbn1.getId(), notifs[1].getId()); in testNotificationListener_getActiveNotifications()
2478 assertEquals(sbn1.getPackageName(), notifs[1].getPackageName()); in testNotificationListener_getActiveNotifications()