Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DDeviceStateRotationLockSettingControllerTest.java112 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in whenSavedSettingsEmpty_defaultsLoadedAndSaved()
186 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in whenUserChangesSetting_saveSettingForCurrentState()
218 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in whenDeviceStateSwitchedToIgnoredState_noFallback_newSettingsSaveForPreviousState()
255 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in onRotationLockStateChanged_newSettingIsPersisted()
276 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in onRotationLockStateChanged_deviceStateIsIgnored_newSettingIsPersistedToFallback()
298 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in onRotationLockStateChange_stateIgnored_noFallback_settingIsPersistedToPrevious()
317 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in initializeSettingsWith()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DDeviceSpecificSettings.java35 Settings.Secure.DEVICE_STATE_ROTATION_LOCK
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/devicestate/
DDeviceStateRotationLockSettingsManagerTest.java82 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in setUp()
179 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in persistSettings()
/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
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()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java366 VALIDATORS.put(Secure.DEVICE_STATE_ROTATION_LOCK, value -> { in VALIDATORS.put() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java3665 Settings.Secure.DEVICE_STATE_ROTATION_LOCK); in setSettingsKeyToAllowDeviceRotation()
3672 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, unlockedRotationSettings); in setSettingsKeyToAllowDeviceRotation()
3682 Settings.Secure.DEVICE_STATE_ROTATION_LOCK, in setSettingsKeyToAllowDeviceRotation()
/frameworks/base/core/java/android/provider/
DSettings.java12448 public static final String DEVICE_STATE_ROTATION_LOCK = field in Settings.Secure