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