Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java133 StatusBarNotification[] sbns = service.getActiveNotifications(); in testGetActiveNotifications_preP_mapsExtraPeople() local
135 assertThat(sbns).hasLength(1); in testGetActiveNotifications_preP_mapsExtraPeople()
136 String[] mappedPeople = sbns[0].getNotification().extras.getStringArray( in testGetActiveNotifications_preP_mapsExtraPeople()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java710 StatusBarNotification[] sbns = nls.getSnoozedNotifications(); in waitForSnooze() local
711 for (StatusBarNotification sbn : sbns) { in waitForSnooze()