Searched refs:notifs (Results 1 – 1 of 1) sorted by relevance
2470 StatusBarNotification[] notifs = in testNotificationListener_getActiveNotifications() local2472 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()