Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DICarImpl.java137 private final CarEvsService mCarEvsService; field in ICarImpl
350 mCarEvsService = constructWithTrace(t, CarEvsService.class, in ICarImpl()
353 mCarEvsService = null; in ICarImpl()
395 addServiceIfNonNull(allServices, mCarEvsService); in ICarImpl()
631 return mCarEvsService; in getCarService()
847 mGarageModeService, mCarUserService, mCarOccupantZoneService, mCarEvsService, in newCarShellCommand()
DCarShellCommand.java364 private final CarEvsService mCarEvsService; field in CarShellCommand
398 mCarEvsService = carEvsService; in CarShellCommand()
2097 if (!mCarEvsService.setRearviewCameraIdFromCommand(args[1])) {
2106 mCarEvsService.getRearviewCameraIdFromCommand());