Searched refs:TOUCH_EXPLORATION_ENABLED (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | SecureSettings.java | 49 Settings.Secure.TOUCH_EXPLORATION_ENABLED,
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsHelper.java | 409 case Settings.Secure.TOUCH_EXPLORATION_ENABLED: in isAlreadyConfiguredCriticalAccessibilitySetting()
|
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()
|
D | SettingsProtoDumpUtil.java | 1805 Settings.Secure.TOUCH_EXPLORATION_ENABLED, in dumpProtoSecureSettingsLocked() 1806 SecureSettingsProto.Accessibility.TOUCH_EXPLORATION_ENABLED); in dumpProtoSecureSettingsLocked()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | SecureSettingsValidators.java | 79 VALIDATORS.put(Secure.TOUCH_EXPLORATION_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 3046 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 1, in showEnableTouchExplorationDialog() 3268 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 0, userState.mUserId) == 1; in readTouchExplorationEnabledSettingLocked() 3365 Settings.Secure.TOUCH_EXPLORATION_ENABLED, touchExplorationEnabled ? 1 : 0, in updateTouchExplorationLocked() 5524 Settings.Secure.TOUCH_EXPLORATION_ENABLED);
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 8589 public static final String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled"; field in Settings.Secure
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25362 …field public static final java.lang.String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled";
|
/frameworks/base/core/api/ |
D | current.txt | 37536 field public static final String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled";
|