Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DZenModeAllBypassingAppsPreferenceControllerTest.java90 List<NotificationChannel> channelsBypassing = new ArrayList<>(); in testUpdateNotificationChannelList() local
91 channelsBypassing.add(mock(NotificationChannel.class)); in testUpdateNotificationChannelList()
92 channelsBypassing.add(mock(NotificationChannel.class)); in testUpdateNotificationChannelList()
93 channelsBypassing.add(mock(NotificationChannel.class)); in testUpdateNotificationChannelList()
96 entry.info.uid)).thenReturn(new ParceledListSlice<>(channelsBypassing)); in testUpdateNotificationChannelList()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeBypassingAppsPreferenceController.java25 final int channelsBypassing = in getSummary() local
28 channelsBypassing, channelsBypassing); in getSummary()
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeBypassingAppsPreferenceController.java25 final int channelsBypassing = in getSummary() local
28 channelsBypassing, channelsBypassing); in getSummary()