Searched refs:TOUCH_EXPLORATION_ENABLED (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
H A D | SecureSettings.java | 49 Settings.Secure.TOUCH_EXPLORATION_ENABLED,
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsHelper.java | 391 case Settings.Secure.TOUCH_EXPLORATION_ENABLED: in isAlreadyConfiguredCriticalAccessibilitySetting()
|
H A D | DatabaseHelper.java | 965 loadBooleanSetting(stmt, Settings.Secure.TOUCH_EXPLORATION_ENABLED, in onUpgrade() 1127 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 0) == 1; in onUpgrade() 2330 loadBooleanSetting(stmt, Settings.Secure.TOUCH_EXPLORATION_ENABLED, in loadSecureSettings()
|
H A D | SettingsProtoDumpUtil.java | 1798 Settings.Secure.TOUCH_EXPLORATION_ENABLED, in dumpProtoSecureSettingsLocked() 1799 SecureSettingsProto.Accessibility.TOUCH_EXPLORATION_ENABLED); in dumpProtoSecureSettingsLocked()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
H A D | SecureSettingsValidators.java | 77 VALIDATORS.put(Secure.TOUCH_EXPLORATION_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityManagerService.java | 2673 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 1, in showEnableTouchExplorationDialog() 2888 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 0, userState.mUserId) == 1; in readTouchExplorationEnabledSettingLocked() 2968 Settings.Secure.TOUCH_EXPLORATION_ENABLED, touchExplorationEnabled ? 1 : 0, in updateTouchExplorationLocked() 4628 Settings.Secure.TOUCH_EXPLORATION_ENABLED);
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 8024 public static final String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled"; field in Settings.Secure
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 37329 field public static final String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled";
|