Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DICarImpl.java198 List<CarServiceBase> allServices = new ArrayList<>(); in ICarImpl() local
199 allServices.add(mCarUserService); in ICarImpl()
200 allServices.add(mSystemActivityMonitoringService); in ICarImpl()
201 allServices.add(mCarPowerManagementService); in ICarImpl()
202 allServices.add(mCarPropertyService); in ICarImpl()
203 allServices.add(mCarDrivingStateService); in ICarImpl()
204 allServices.add(mCarUXRestrictionsService); in ICarImpl()
205 allServices.add(mCarPackageManagerService); in ICarImpl()
206 allServices.add(mCarInputService); in ICarImpl()
207 allServices.add(mGarageModeService); in ICarImpl()
[all …]