Searched refs:mCarDrivingStateService (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java68 private final CarDrivingStateService mCarDrivingStateService; field in class:ICarImpl
116 mCarDrivingStateService = new CarDrivingStateService(serviceContext, mCarPropertyService);
118 mCarDrivingStateService, mCarPropertyService);
151 allServices.add(mCarDrivingStateService);
270 return mCarDrivingStateService;

Completed in 30 milliseconds