Searched refs:allServices (Results 1 – 1 of 1) sorted by relevance
198 List<CarServiceBase> allServices = new ArrayList<>(); in ICarImpl() local199 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 …]