Home
last modified time | relevance | path

Searched refs:waitLockForA11yOff (Results 1 – 2 of 2) sorted by relevance

/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityService.java270 final Object waitLockForA11yOff = new Object(); in disableAllServices() local
278 synchronized (waitLockForA11yOff) { in disableAllServices()
279 waitLockForA11yOff.notifyAll(); in disableAllServices()
291 waitOn(waitLockForA11yOff, () -> !accessibilityEnabled.get(), TIMEOUT_SERVICE_ENABLE, in disableAllServices()
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java390 final Object waitLockForA11yOff = new Object(); in testOnA11yStateChanged_dontUseAccessibilityFlag_notifiesAppA11yIsOff() local
393 synchronized (waitLockForA11yOff) { in testOnA11yStateChanged_dontUseAccessibilityFlag_notifiesAppA11yIsOff()
395 waitLockForA11yOff.notifyAll(); in testOnA11yStateChanged_dontUseAccessibilityFlag_notifiesAppA11yIsOff()
401 waitOn(waitLockForA11yOff, () -> !enabled.get(), TIMEOUT_FOR_LISTENER_NOTIFIED_MS, in testOnA11yStateChanged_dontUseAccessibilityFlag_notifiesAppA11yIsOff()