Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DICarImpl.java114 private final CarOccupantZoneService mCarOccupantZoneService; field in ICarImpl
187 mCarOccupantZoneService = new CarOccupantZoneService(serviceContext); in ICarImpl()
270 CarLocalServices.addService(CarOccupantZoneService.class, mCarOccupantZoneService); in ICarImpl()
281 allServices.add(mCarOccupantZoneService); in ICarImpl()
356 mCarOccupantZoneService.setCarServiceHelper(carServiceHelper); in setCarServiceHelper()
525 return mCarOccupantZoneService; in getCarService()
760 mSystemInterface, mGarageModeService, mCarUserService, mCarOccupantZoneService); in newCarShellCommand()
DCarShellCommand.java241 private final CarOccupantZoneService mCarOccupantZoneService; field in CarShellCommand
272 mCarOccupantZoneService = carOccupantZoneService; in CarShellCommand()
435 if (!mCarOccupantZoneService.assignProfileUserToOccupantZone(occupantZoneId, userId)) { in runSetOccupantZoneIdForUserId()
443 if (!mCarOccupantZoneService in runResetOccupantZoneId()