Searched refs:IMMERSIVE_MODE_CONFIRMATIONS (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | ImmersiveModeConfirmation.java | 147 value = mSecureSettings.getStringForUser(Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS, in loadSetting() 162 Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS, in saveSetting() 322 Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS, mContentObserver, in start()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ImmersiveModeConfirmation.java | 128 Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS, in loadSetting() 143 Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS, in saveSetting()
|
H A D | WindowManagerService.java | 763 Settings.Secure.getUriFor(Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS);
|
/aosp14/frameworks/base/packages/SettingsProvider/test/src/android/provider/ |
H A D | SettingsBackupTest.java | 749 Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS,
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProtoDumpUtil.java | 2176 Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS, in dumpProtoSecureSettingsLocked() 2177 SecureSettingsProto.IMMERSIVE_MODE_CONFIRMATIONS); in dumpProtoSecureSettingsLocked()
|
H A D | DatabaseHelper.java | 2361 loadStringSetting(stmt, Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS, in loadSecureSettings()
|
/aosp14/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 896 NoSettingsProvider: android.provider.Settings.Secure#IMMERSIVE_MODE_CONFIRMATIONS: 897 …New setting keys are not allowed (Field: IMMERSIVE_MODE_CONFIRMATIONS); use getters/setters in rel…
|
H A D | test-current.txt | 2752 field public static final String IMMERSIVE_MODE_CONFIRMATIONS = "immersive_mode_confirmations";
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 9917 public static final String IMMERSIVE_MODE_CONFIRMATIONS = "immersive_mode_confirmations"; field in Settings.Secure
|