Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
H A DDeviceStateRotationLockSettingsManager.java98 public static boolean isDeviceStateRotationLockEnabled(Context context) { in isDeviceStateRotationLockEnabled() method in DeviceStateRotationLockSettingsManager
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java272 return DeviceStateRotationLockSettingsManager.isDeviceStateRotationLockEnabled(mContext); in shouldSkipAutoRotateRestore()