Home
last modified time | relevance | path

Searched refs:isSwitchPrefEnabled (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/src/com/android/settings/gestures/
DGesturePreferenceController.java55 final boolean isEnabled = isSwitchPrefEnabled(); in updateState()
83 protected abstract boolean isSwitchPrefEnabled(); in isSwitchPrefEnabled() method in GesturePreferenceController
DSwipeToNotificationPreferenceController.java60 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in SwipeToNotificationPreferenceController
DDoubleTapPowerPreferenceController.java60 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in DoubleTapPowerPreferenceController
DDoubleTapScreenPreferenceController.java68 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in DoubleTapScreenPreferenceController
DPickupGesturePreferenceController.java55 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in PickupGesturePreferenceController
DDoubleTwistPreferenceController.java76 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in DoubleTwistPreferenceController
DAssistGesturePreferenceController.java118 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in AssistGesturePreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DDoubleTapScreenPreferenceControllerTest.java77 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsSet_shouldReturnTrue()
84 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsNotSet_shouldReturnFalse()
DPIckupGesturePreferenceControllerTest.java78 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsSet_shouldReturnTrue()
86 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsNotSet_shouldReturnFalse()
DSwipeToNotificationPreferenceControllerTest.java81 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsSet_shouldReturnTrue()
91 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsNotSet_shouldReturnFalse()
DAssistGesturePreferenceControllerTest.java84 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsSet_shouldReturnTrue()
94 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsNotSet_shouldReturnFalse()
DDoubleTapPowerPreferenceControllerTest.java84 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsNotSet_shouldReturnTrue()
95 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsSet_shouldReturnFalse()
DDoubleTwistPreferenceControllerTest.java134 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsSet_shouldReturnTrue()
145 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsNotSet_shouldReturnFalse()
DGesturePreferenceControllerTest.java177 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in GesturePreferenceControllerTest.TestPrefController