Home
last modified time | relevance | path

Searched defs:allServices (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DAccessibilitySourceServiceTest.kt143 val allServices = listOf(a11yService, a11yService2, a11yService3) in removeNotifiedService() constant
/packages/services/Car/service/src/com/android/car/
DICarImpl.java235 List<CarSystemService> allServices = new ArrayList<>(40); in ICarImpl() local
1012 Class<T> cls, Callable<T> callable, List<CarSystemService> allServices) { in constructWithTrace()