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