Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DICarImpl.java99 private final CarDiagnosticService mCarDiagnosticService; field in ICarImpl
178 mCarDiagnosticService = new CarDiagnosticService(serviceContext, mHal.getDiagnosticHal()); in ICarImpl()
218 allServices.add(mCarDiagnosticService); in ICarImpl()
315 return mCarDiagnosticService; in getCarService()