Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
H A DPosturesHelper.kt25 import android.provider.Settings.Secure.DeviceStateRotationLockKey
40 @DeviceStateRotationLockKey
51 fun postureToDeviceState(@DeviceStateRotationLockKey posture: Int): Int? {
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java11625 public @interface DeviceStateRotationLockKey { annotation in Settings.Secure