/packages/apps/Settings/src/com/android/settings/gestures/ |
D | GesturePreferenceController.java | 66 final boolean isEnabled = isSwitchPrefEnabled(); in updateState() 109 protected abstract boolean isSwitchPrefEnabled(); in isSwitchPrefEnabled() method in GesturePreferenceController
|
D | AssistGestureSettingsPreferenceController.java | 129 ((TwoStatePreference) preference).setChecked(isSwitchPrefEnabled()); in updateState() 158 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in AssistGestureSettingsPreferenceController
|
D | SwipeToNotificationPreferenceController.java | 78 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in SwipeToNotificationPreferenceController
|
D | DoubleTapScreenPreferenceController.java | 86 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in DoubleTapScreenPreferenceController
|
D | DoubleTapPowerPreferenceController.java | 81 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in DoubleTapPowerPreferenceController
|
D | PickupGesturePreferenceController.java | 74 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in PickupGesturePreferenceController
|
D | DoubleTwistPreferenceController.java | 105 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in DoubleTwistPreferenceController
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
D | DoubleTapScreenPreferenceControllerTest.java | 82 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsSet_shouldReturnTrue() 89 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsNotSet_shouldReturnFalse()
|
D | PIckupGesturePreferenceControllerTest.java | 83 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsSet_shouldReturnTrue() 91 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsNotSet_shouldReturnFalse()
|
D | DoubleTapPowerPreferenceControllerTest.java | 88 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsNotSet_shouldReturnTrue() 99 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsSet_shouldReturnFalse()
|
D | SwipeToNotificationPreferenceControllerTest.java | 117 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsSet_shouldReturnTrue() 129 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsNotSet_shouldReturnFalse()
|
D | DoubleTwistPreferenceControllerTest.java | 130 assertThat(mController.isSwitchPrefEnabled()).isTrue(); in testSwitchEnabled_configIsSet_shouldReturnTrue() 141 assertThat(mController.isSwitchPrefEnabled()).isFalse(); in testSwitchEnabled_configIsNotSet_shouldReturnFalse()
|
D | GesturePreferenceControllerTest.java | 223 protected boolean isSwitchPrefEnabled() { in isSwitchPrefEnabled() method in GesturePreferenceControllerTest.TestPrefController
|