HomeSort by relevance Sort by last modified time
    Searched defs:isTouchExplorationEnabledLocked (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
UiAutomationManager.java 147 boolean isTouchExplorationEnabledLocked() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
UiAutomationManagerTest.java 115 assertFalse(mUiAutomationManager.isTouchExplorationEnabledLocked());
117 assertFalse(mUiAutomationManager.isTouchExplorationEnabledLocked());
121 assertTrue(mUiAutomationManager.isTouchExplorationEnabledLocked());
123 assertFalse(mUiAutomationManager.isTouchExplorationEnabledLocked());

Completed in 60 milliseconds