Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DAccessibilitySourceServiceTest.kt140 val a11yService3 = ComponentName("com.test.package", "AccessibilityService3") in removeNotifiedService() constant
141 val allServices = listOf(a11yService, a11yService2, a11yService3) in removeNotifiedService()
148 val expectedServices = listOf(a11yService, a11yService3) in removeNotifiedService()