Searched refs:isChannelGroupBlockable (Results 1 – 4 of 4) sorted by relevance
92 assertFalse(mController.isChannelGroupBlockable()); in noCrashIfNoOnResume()271 assertFalse(mController.isChannelGroupBlockable()); in testIsChannelGroupBlockable_postMigration_locked()283 assertTrue(mController.isChannelGroupBlockable()); in testIsChannelGroupBlockable_postMigration_locked_butChannelGroupOff()374 assertTrue(mController.isChannelGroupBlockable()); in testIsChannelGroupBlockable_nonSystemBlockable()385 assertFalse(mController.isChannelGroupBlockable()); in testIsChannelGroupBlockable_SystemNotBlockable()396 assertTrue(mController.isChannelGroupBlockable()); in testIsChannelGroupBlockable_canUndoSystemBlock()
189 protected boolean isChannelGroupBlockable() { in isChannelGroupBlockable() method in NotificationPreferenceController190 return isChannelGroupBlockable(mChannelGroup); in isChannelGroupBlockable()193 protected boolean isChannelGroupBlockable(NotificationChannelGroup group) { in isChannelGroupBlockable() method in NotificationPreferenceController
87 if (mChannelGroup != null && !isChannelGroupBlockable()) { in updateState()
329 && isChannelGroupBlockable(group)); in addOrUpdateGroupToggle()