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.java79 private final CarPropertyService mCarPropertyService; field in ICarImpl
132 mCarPropertyService = new CarPropertyService(serviceContext, mHal.getPropertyHal()); in ICarImpl()
133 mCarDrivingStateService = new CarDrivingStateService(serviceContext, mCarPropertyService); in ICarImpl()
135 mCarDrivingStateService, mCarPropertyService); in ICarImpl()
148 mCarNightService = new CarNightService(serviceContext, mCarPropertyService); in ICarImpl()
182 allServices.add(mCarPropertyService); in ICarImpl()
303 return mCarPropertyService; in getCarService()
DCarUxRestrictionsManagerService.java114 private final CarPropertyService mCarPropertyService; field in CarUxRestrictionsManagerService
143 mCarPropertyService = propertyService; in CarUxRestrictionsManagerService()
164 mCarPropertyService.registerListener(VehicleProperty.PERF_VEHICLE_SPEED, in init()
283 CarPropertyValue value = mCarPropertyService.getProperty(VehicleProperty.PERF_VEHICLE_SPEED, in getCurrentSpeed()
/packages/services/Car/car-lib/src/android/car/
DCarInfoManager.java265 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarInfoManager() local
266 mCarPropertyMgr = new CarPropertyManager(mCarPropertyService, null); 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(mCarPropertyService, handler); in CarVendorExtensionManager()
DCarSensorManager.java308 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarSensorManager() local
309 mCarPropertyMgr = new CarPropertyManager(mCarPropertyService, handler); in CarSensorManager()
/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacManager.java309 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarHvacManager() local
310 mCarPropertyMgr = new CarPropertyManager(mCarPropertyService, handler); in CarHvacManager()
/packages/services/Car/car-lib/src/android/car/hardware/cabin/
DCarCabinManager.java474 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarCabinManager() local
475 mCarPropertyMgr = new CarPropertyManager(mCarPropertyService, handler); in CarCabinManager()