Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarNightService.java50 private CarPropertyService mCarPropertyService; field in CarNightService
124 mCarPropertyService = propertyService; in CarNightService()
136 mCarPropertyService.registerListener(VehicleProperty.NIGHT_MODE, 0, in init()
138 CarPropertyValue propertyValue = mCarPropertyService.getProperty( in init()
DICarImpl.java89 private final CarPropertyService mCarPropertyService; field in ICarImpl
146 mCarPropertyService = new CarPropertyService(serviceContext, mHal.getPropertyHal()); in ICarImpl()
147 mCarDrivingStateService = new CarDrivingStateService(serviceContext, mCarPropertyService); in ICarImpl()
149 mCarDrivingStateService, mCarPropertyService); in ICarImpl()
162 mCarNightService = new CarNightService(serviceContext, mCarPropertyService); in ICarImpl()
202 allServices.add(mCarPropertyService); in ICarImpl()
325 return mCarPropertyService; in getCarService()
DCarUxRestrictionsManagerService.java131 private final CarPropertyService mCarPropertyService; field in CarUxRestrictionsManagerService
159 mCarPropertyService = propertyService; in CarUxRestrictionsManagerService()
184 mCarPropertyService.registerListener(VehicleProperty.PERF_VEHICLE_SPEED, in init()
304 CarPropertyValue value = mCarPropertyService.getProperty(VehicleProperty.PERF_VEHICLE_SPEED, in getCurrentSpeed()
/packages/services/Car/car-lib/src/android/car/
DCarInfoManager.java266 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarInfoManager() local
267 mCarPropertyMgr = new CarPropertyManager(car, mCarPropertyService); in CarInfoManager()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarVendorExtensionManager.java88 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarVendorExtensionManager() local
89 mPropertyManager = new CarPropertyManager(car, mCarPropertyService); in CarVendorExtensionManager()
DCarSensorManager.java307 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarSensorManager() local
308 mCarPropertyMgr = new CarPropertyManager(car, mCarPropertyService); in CarSensorManager()
/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacManager.java307 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarHvacManager() local
308 mCarPropertyMgr = new CarPropertyManager(car, mCarPropertyService); in CarHvacManager()
/packages/services/Car/car-lib/src/android/car/hardware/cabin/
DCarCabinManager.java473 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarCabinManager() local
474 mCarPropertyMgr = new CarPropertyManager(car, mCarPropertyService); in CarCabinManager()