Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java92 private final PropertyHalService mPropertyHal; field in VehicleHal
128 mPropertyHal = new PropertyHalService(this); in VehicleHal()
142 mPropertyHal)); // mPropertyHal should be the last. in VehicleHal()
161 mPropertyHal = propertyHal; in VehicleHal()
174 mPropertyHal)); in VehicleHal()
295 return mPropertyHal; in getPropertyHal()