Searched refs:DEVICE_STATE_ROTATION_LOCK_IGNORED (Results 1 – 6 of 6) sorted by relevance
19 import static android.provider.Settings.Secure.DEVICE_STATE_ROTATION_LOCK_IGNORED;166 devicePosture, /* valueIfKeyNotFound= */ DEVICE_STATE_ROTATION_LOCK_IGNORED); in getRotationLockSetting()167 if (rotationLockSetting == DEVICE_STATE_ROTATION_LOCK_IGNORED) { in getRotationLockSetting()177 return DEVICE_STATE_ROTATION_LOCK_IGNORED; in getFallbackRotationLockSetting()181 /* valueIfKeyNotFound= */ DEVICE_STATE_ROTATION_LOCK_IGNORED); in getFallbackRotationLockSetting()232 boolean isPersistedValueIgnored = value == DEVICE_STATE_ROTATION_LOCK_IGNORED; in initializeInMemoryMap()234 == DEVICE_STATE_ROTATION_LOCK_IGNORED; in initializeInMemoryMap()319 if (rotationLockSetting == DEVICE_STATE_ROTATION_LOCK_IGNORED) { in loadDefaults()330 boolean isSettable = rotationLockSetting != DEVICE_STATE_ROTATION_LOCK_IGNORED; in loadDefaults()
19 import static android.provider.Settings.Secure.DEVICE_STATE_ROTATION_LOCK_IGNORED;161 2, DEVICE_STATE_ROTATION_LOCK_IGNORED); in whenDeviceStateSwitched_ignoredSetting_fallbackValueChanges_usesFallbackValue()203 8, DEVICE_STATE_ROTATION_LOCK_IGNORED, 1, DEVICE_STATE_ROTATION_LOCK_UNLOCKED); in whenDeviceStateSwitchedToIgnoredState_noFallback_newSettingsSaveForPreviousState()265 2, DEVICE_STATE_ROTATION_LOCK_IGNORED); in onRotationLockStateChanged_deviceStateIsIgnored_newSettingIsPersistedToFallback()286 8, DEVICE_STATE_ROTATION_LOCK_IGNORED); in onRotationLockStateChange_stateIgnored_noFallback_settingIsPersistedToPrevious()
20 import android.provider.Settings.Secure.DEVICE_STATE_ROTATION_LOCK_IGNORED136 DEVICE_STATE_ROTATION_LOCK_IGNORED -> "IGNORED" in toRotationLockSettingString()
19 import static android.provider.Settings.Secure.DEVICE_STATE_ROTATION_LOCK_IGNORED;149 if (rotationLockSetting == DEVICE_STATE_ROTATION_LOCK_IGNORED) { in readPersistedSetting()
376 Secure.DEVICE_STATE_ROTATION_LOCK_IGNORED, in VALIDATORS.put()
12375 public static final int DEVICE_STATE_ROTATION_LOCK_IGNORED = 0; field in Settings.Secure12393 DEVICE_STATE_ROTATION_LOCK_IGNORED,