HomeSort by relevance Sort by last modified time
    Searched refs:isChannelBlockable (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
NotificationPreferenceControllerTest.java 84 assertFalse(mController.isChannelBlockable());
226 assertTrue(mController.isChannelBlockable());
238 assertFalse(mController.isChannelBlockable());
249 assertTrue(mController.isChannelBlockable());
261 assertTrue(mController.isChannelBlockable());
  /packages/apps/Settings/src/com/android/settings/notification/
BlockPreferenceController.java 58 return isChannelBlockable();
NotificationPreferenceController.java 139 protected boolean isChannelBlockable() {
NotificationSettingsBase.java 275 && isChannelBlockable(channel)
319 protected boolean isChannelBlockable(NotificationChannel channel) {

Completed in 70 milliseconds