Searched refs:notifs (Results 1 – 1 of 1) sorted by relevance
3189 StatusBarNotification[] notifs = in testNotificationListener_getActiveNotifications() local3191 assertEquals(sbn2.getKey(), notifs[0].getKey()); in testNotificationListener_getActiveNotifications()3192 assertEquals(sbn2.getId(), notifs[0].getId()); in testNotificationListener_getActiveNotifications()3193 assertEquals(sbn2.getPackageName(), notifs[0].getPackageName()); in testNotificationListener_getActiveNotifications()3195 assertEquals(sbn1.getKey(), notifs[1].getKey()); in testNotificationListener_getActiveNotifications()3196 assertEquals(sbn1.getId(), notifs[1].getId()); in testNotificationListener_getActiveNotifications()3197 assertEquals(sbn1.getPackageName(), notifs[1].getPackageName()); in testNotificationListener_getActiveNotifications()