Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DDeviceStateAutoRotateOverviewControllerTest.java43 ShadowRotationPolicy.setRotationSupported(true); in getAvailabilityStatus_rotationAndDeviceStateRotationEnabled_returnsAvailable()
53 ShadowRotationPolicy.setRotationSupported(false); in getAvailabilityStatus_rotationNotSupported_returnsUnsupportedOnDevice()
63 ShadowRotationPolicy.setRotationSupported(true); in getAvailabilityStatus_deviceStateRotationNotSupported_returnsUnsupportedOnDevice()
DDeviceStateAutoRotateSettingControllerTest.java99 ShadowRotationPolicy.setRotationSupported(true); in getAvailabilityStatus_rotationAndDeviceStateRotationEnabled_returnsAvailable()
109 ShadowRotationPolicy.setRotationSupported(true); in getAvailabilityStatus_deviceStateRotationDisabled_returnsUnsupported()
119 ShadowRotationPolicy.setRotationSupported(false); in getAvailabilityStatus_rotationDisabled_returnsUnsupported()
DAutoRotatePreferenceControllerTest.java160 ShadowRotationPolicy.setRotationSupported(true); in testSetCheck()
DSmartAutoRotateControllerTest.java171 ShadowRotationPolicy.setRotationSupported(true); in enableDeviceStateRotation()
DSmartAutoRotatePreferenceFragmentTest.java154 ShadowRotationPolicy.setRotationSupported(true); in createHeader_deviceStateRotationSupported_switchBarIsDisabled()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DLockScreenRotationPreferenceControllerTest.java62 ShadowRotationPolicy.setRotationSupported(true /* supported */); in getAvailabilityStatus_supportedRotation_shouldReturnAvailable()
74 ShadowRotationPolicy.setRotationSupported(true /* supported */); in getAvailabilityStatus_deviceStateRotationEnabled_returnsUnsupported()
86 ShadowRotationPolicy.setRotationSupported(false /* supported */); in getAvailabilityStatus_unsupportedRotation_shouldReturnUnsupportedOnDevice()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowRotationPolicy.java53 public static void setRotationSupported(boolean supported) { in setRotationSupported() method in ShadowRotationPolicy