Searched refs:showNotificationInDnd (Results 1 – 1 of 1) sorted by relevance
106 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