Searched refs:setRotationSupported (Results 1 – 7 of 7) sorted by relevance
43 ShadowRotationPolicy.setRotationSupported(true); in getAvailabilityStatus_rotationAndDeviceStateRotationEnabled_returnsAvailable()53 ShadowRotationPolicy.setRotationSupported(false); in getAvailabilityStatus_rotationNotSupported_returnsUnsupportedOnDevice()63 ShadowRotationPolicy.setRotationSupported(true); in getAvailabilityStatus_deviceStateRotationNotSupported_returnsUnsupportedOnDevice()
99 ShadowRotationPolicy.setRotationSupported(true); in getAvailabilityStatus_rotationAndDeviceStateRotationEnabled_returnsAvailable()109 ShadowRotationPolicy.setRotationSupported(true); in getAvailabilityStatus_deviceStateRotationDisabled_returnsUnsupported()119 ShadowRotationPolicy.setRotationSupported(false); in getAvailabilityStatus_rotationDisabled_returnsUnsupported()
160 ShadowRotationPolicy.setRotationSupported(true); in testSetCheck()
171 ShadowRotationPolicy.setRotationSupported(true); in enableDeviceStateRotation()
154 ShadowRotationPolicy.setRotationSupported(true); in createHeader_deviceStateRotationSupported_switchBarIsDisabled()
62 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()
53 public static void setRotationSupported(boolean supported) { in setRotationSupported() method in ShadowRotationPolicy