Searched defs:a11yService (Results 1 – 2 of 2) sorted by relevance
105 val a11yService = ComponentName("com.test.package", "AccessibilityService") in markServiceAsNotified() constant140 val a11yService = ComponentName("com.test.package", "AccessibilityService") in removeNotifiedService() constant
762 val a11yService: ComponentName = in onReceive() constant978 val enabledComponents = a11yEnabledServices.map { a11yService -> in onAccessibilityServicesStateChanged() method