Home
last modified time | relevance | path

Searched refs:isDeviceStateRotationLockEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/display/
DDeviceStateAutoRotationHelper.java102 && DeviceStateRotationLockSettingsManager.isDeviceStateRotationLockEnabled(context); in isDeviceStateRotationEnabled()
111 && DeviceStateRotationLockSettingsManager.isDeviceStateRotationLockEnabled(context); in isDeviceStateRotationEnabledForA11y()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowDeviceStateRotationLockSettingsManager.java33 public static boolean isDeviceStateRotationLockEnabled(Context context) { in isDeviceStateRotationLockEnabled() method in ShadowDeviceStateRotationLockSettingsManager