Home
last modified time | relevance | path

Searched refs:TOUCH_EXPLORATION_ENABLED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DEnableAccessibilityController.java263 Settings.Secure.putIntForUser(resolver, Settings.Secure.TOUCH_EXPLORATION_ENABLED, in enableAccessibility()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java239 || Settings.Secure.TOUCH_EXPLORATION_ENABLED.equals(name)) { in isAlreadyConfiguredCriticalAccessibilitySetting()
DDatabaseHelper.java995 loadBooleanSetting(stmt, Settings.Secure.TOUCH_EXPLORATION_ENABLED, in onUpgrade()
1182 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 0) == 1; in onUpgrade()
2474 loadBooleanSetting(stmt, Settings.Secure.TOUCH_EXPLORATION_ENABLED, in loadSecureSettings()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1338 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 1, in showEnableTouchExplorationDialog()
1508 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 0, userState.mUserId) == 1; in readTouchExplorationEnabledSettingLocked()
1576 Settings.Secure.TOUCH_EXPLORATION_ENABLED, enabled ? 1 : 0, in updateTouchExplorationLocked()
3869 Settings.Secure.TOUCH_EXPLORATION_ENABLED);
/frameworks/base/core/java/android/provider/
DSettings.java4638 public static final String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled"; field in Settings.Secure
5738 TOUCH_EXPLORATION_ENABLED,
/frameworks/base/api/
Dcurrent.txt26596 …field public static final java.lang.String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled";
Dsystem-current.txt28655 …field public static final java.lang.String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled";