Home
last modified time | relevance | path

Searched refs:SHOW_ROTATION_SUGGESTIONS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java1390 Settings.Secure.SHOW_ROTATION_SUGGESTIONS, in updateSettings()
1521 Settings.Secure.SHOW_ROTATION_SUGGESTIONS), false, this, in observe()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java778 eq(Settings.Secure.getUriFor(Settings.Secure.SHOW_ROTATION_SUGGESTIONS)), in captureObservers()
/frameworks/base/packages/SettingsProvider/test/src/android/provider/
DSettingsBackupTest.java700 Settings.Secure.SHOW_ROTATION_SUGGESTIONS,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java2317 Settings.Secure.SHOW_ROTATION_SUGGESTIONS, in dumpProtoSecureSettingsLocked()
2318 SecureSettingsProto.Rotation.SHOW_ROTATION_SUGGESTIONS); in dumpProtoSecureSettingsLocked()
/frameworks/base/core/java/android/provider/
DSettings.java8024 public static final String SHOW_ROTATION_SUGGESTIONS = "show_rotation_suggestions"; field in Settings.Secure