Searched refs:isAppBlockable (Results 1 – 3 of 3) sorted by relevance
294 assertFalse(mController.isAppBlockable()); in testIsAppBlockable_fixedPermission()305 assertTrue(mController.isAppBlockable()); in testIsAppBlockable_fixedPermission_butAppOff()317 assertFalse(mController.isAppBlockable()); in testIsAppBlockable_notFixedButAppInBadState()
91 if (mChannel == null && !isAppBlockable()) { in updateState()
164 protected boolean isAppBlockable() { in isAppBlockable() method in NotificationPreferenceController