Home
last modified time | relevance | path

Searched refs:DEVICE_STATE_ROTATION_LOCK (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DDeviceStateRotationLockSettingControllerTest.java111 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in whenSavedSettingsEmpty_defaultsLoadedAndSaved()
185 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in whenUserChangesSetting_saveSettingForCurrentState()
217 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in whenDeviceStateSwitchedToIgnoredState_noFallback_newSettingsSaveForPreviousState()
254 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in onRotationLockStateChanged_newSettingIsPersisted()
275 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in onRotationLockStateChanged_deviceStateIsIgnored_newSettingIsPersistedToFallback()
297 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in onRotationLockStateChange_stateIgnored_noFallback_settingIsPersistedToPrevious()
316 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in initializeSettingsWith()
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DDeviceSpecificSettings.java35 Settings.Secure.DEVICE_STATE_ROTATION_LOCK
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/devicestate/
H A DDeviceStateRotationLockSettingsManagerTest.java82 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in setUp()
179 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in persistSettings()
/aosp14/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
H A DDeviceStateRotationLockSettingsManager.java106 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in listenForSettingsChange()
297 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in persistSettingIfChanged()
304 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in getPersistedSettingValue()
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java343 VALIDATORS.put(Secure.DEVICE_STATE_ROTATION_LOCK, value -> { in VALIDATORS.put() argument
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java11648 public static final String DEVICE_STATE_ROTATION_LOCK = field in Settings.Secure