Home
last modified time | relevance | path

Searched refs:setDeviceStateRotationLockEnabled (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DDeviceStateAutoRotateOverviewControllerTest.java44 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(true); in getAvailabilityStatus_rotationAndDeviceStateRotationEnabled_returnsAvailable()
54 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(true); in getAvailabilityStatus_rotationNotSupported_returnsUnsupportedOnDevice()
64 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(false); in getAvailabilityStatus_deviceStateRotationNotSupported_returnsUnsupportedOnDevice()
DDeviceStateAutoRotateSettingControllerTest.java100 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(true); in getAvailabilityStatus_rotationAndDeviceStateRotationEnabled_returnsAvailable()
110 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(false); in getAvailabilityStatus_deviceStateRotationDisabled_returnsUnsupported()
120 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(true); in getAvailabilityStatus_rotationDisabled_returnsUnsupported()
DSmartAutoRotatePreferenceControllerTest.java107 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(false); in setUp()
216 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(true); in getAvailabilityStatus_deviceStateRotationEnabled_returnsUnsupported()
DSmartAutoRotatePreferenceFragmentTest.java145 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(false); in createHeader_faceDetectionSupported_switchBarIsEnabled()
155 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(true); in createHeader_deviceStateRotationSupported_switchBarIsDisabled()
DSmartAutoRotateControllerTest.java172 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(true); in enableDeviceStateRotation()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowDeviceStateRotationLockSettingsManager.java37 public static void setDeviceStateRotationLockEnabled(boolean enabled) { in setDeviceStateRotationLockEnabled() method in ShadowDeviceStateRotationLockSettingsManager
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DLockScreenRotationPreferenceControllerTest.java75 ShadowDeviceStateRotationLockSettingsManager.setDeviceStateRotationLockEnabled(true); in getAvailabilityStatus_deviceStateRotationEnabled_returnsUnsupported()