Searched refs:accessibilityEnabled (Results 1 – 1 of 1) sorted by relevance
258 final AtomicBoolean accessibilityEnabled = new AtomicBoolean(manager.isEnabled()); in disableAllServices() local263 accessibilityEnabled.set(b); in disableAllServices()274 waitOn(waitLockForA11yOff, () -> !accessibilityEnabled.get(), TIMEOUT_SERVICE_ENABLE, in disableAllServices()