Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/app/
DAppChannelsBypassingDndPreferenceController.java106 childPreference.setChecked(showNotificationInDnd(mChannels.get(i - 1))); in displayPreference()
204 channelPreference.setChecked(showNotificationInDnd(channel)); in populateList()
245 allChannelsBypassing &= showNotificationInDnd(channel); in areAllChannelsBypassing()
254 private boolean showNotificationInDnd(NotificationChannel channel) { in showNotificationInDnd() method in AppChannelsBypassingDndPreferenceController