Searched refs:constructWithTrace (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/service/src/com/android/car/ |
D | ICarImpl.java | 234 mCarOemService = constructWithTrace(t, CarOemProxyService.class, in ICarImpl() 240 mHal = constructWithTrace(t, VehicleHal.class, in ICarImpl() 243 mFeatureController = constructWithTrace(t, CarFeatureController.class, in ICarImpl() 247 mCarPropertyService = constructWithTrace( in ICarImpl() 253 mCarDrivingStateService = constructWithTrace( in ICarImpl() 256 mCarOccupantZoneService = constructWithTrace(t, CarOccupantZoneService.class, in ICarImpl() 258 mCarUXRestrictionsService = constructWithTrace(t, CarUxRestrictionsManagerService.class, in ICarImpl() 261 mCarActivityService = constructWithTrace(t, CarActivityService.class, in ICarImpl() 263 mCarPackageManagerService = constructWithTrace(t, CarPackageManagerService.class, in ICarImpl() 283 mExperimentalCarUserService = constructWithTrace(t, ExperimentalCarUserService.class, in ICarImpl() [all …]
|