Searched refs:isChannelBlockable (Results 1 – 4 of 4) sorted by relevance
91 assertFalse(mController.isChannelBlockable()); in noCrashIfNoOnResume()235 assertFalse(mController.isChannelBlockable()); in testIsChannelBlockable_postMigration_locked()247 assertTrue(mController.isChannelBlockable()); in testIsChannelBlockable_postMigration_locked_butChannelOff()260 assertTrue(mController.isChannelBlockable()); in testIsChannelBlockable_postMigration_locked_butChannelBlockable()328 assertTrue(mController.isChannelBlockable()); in testIsChannelBlockable_nonSystemAppsBlockable()340 assertFalse(mController.isChannelBlockable()); in testIsChannelBlockable_mostSystemAppsNotBlockable()351 assertTrue(mController.isChannelBlockable()); in testIsChannelBlockable_someSystemAppsAreBlockable()363 assertTrue(mController.isChannelBlockable()); in testIsChannelBlockable_canUndoSystemBlock()
144 protected boolean isChannelBlockable() { in isChannelBlockable() method in NotificationPreferenceController145 return isChannelBlockable(mChannel); in isChannelBlockable()148 protected boolean isChannelBlockable(NotificationChannel channel) { in isChannelBlockable() method in NotificationPreferenceController
83 if (mChannel != null && (!isChannelBlockable() || !isChannelConfigurable(mChannel))) { in updateState()
319 && isChannelBlockable(channel) in updateSingleChannelPrefs()