Home
last modified time | relevance | path

Searched refs:isAppBlockable (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DNotificationPreferenceControllerTest.java294 assertFalse(mController.isAppBlockable()); in testIsAppBlockable_fixedPermission()
305 assertTrue(mController.isAppBlockable()); in testIsAppBlockable_fixedPermission_butAppOff()
317 assertFalse(mController.isAppBlockable()); in testIsAppBlockable_notFixedButAppInBadState()
/packages/apps/Settings/src/com/android/settings/notification/app/
DBlockPreferenceController.java91 if (mChannel == null && !isAppBlockable()) { in updateState()
DNotificationPreferenceController.java164 protected boolean isAppBlockable() { in isAppBlockable() method in NotificationPreferenceController