Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DLockScreenRotationPreferenceControllerTest.java55 ShadowRotationPolicy.setRotationSupported(true /* supported */); in getAvailabilityStatus_supportedRotation_shouldReturnAvailable()
64 ShadowRotationPolicy.setRotationSupported(false /* supported */); in getAvailabilityStatus_unsupportedRotation_shouldReturnUnsupportedOnDevice()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowRotationPolicy.java52 public static void setRotationSupported(boolean supported) { in setRotationSupported() method in ShadowRotationPolicy
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
H A DAutoRotatePreferenceControllerTest.java130 ShadowRotationPolicy.setRotationSupported(true); in testSetCheck()