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/ |
D | DeviceStateRotationLockSettingControllerTest.java | 112 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/ |
D | DeviceSpecificSettings.java | 35 Settings.Secure.DEVICE_STATE_ROTATION_LOCK
|
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/devicestate/ |
D | DeviceStateRotationLockSettingsManagerTest.java | 82 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/ |
D | DeviceStateRotationLockSettingsManager.java | 106 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/ |
D | SecureSettingsValidators.java | 366 VALIDATORS.put(Secure.DEVICE_STATE_ROTATION_LOCK, value -> { in VALIDATORS.put() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteController.java | 3665 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/ |
D | Settings.java | 12448 public static final String DEVICE_STATE_ROTATION_LOCK = field in Settings.Secure
|