Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarNightService.java50 private CarPropertyService mCarPropertyService;
122 CarNightService(Context context, CarPropertyService propertyService) { in CarNightService()
DCarPropertyService.java51 public class CarPropertyService extends ICarProperty.Stub class
63 public CarPropertyService(Context context, PropertyHalService hal) { in CarPropertyService() method in CarPropertyService
105 CarPropertyService.this.unregisterListenerBinderLocked(propId, mListenerBinder); in binderDied()
DCarDrivingStateService.java58 private CarPropertyService mPropertyService;
80 public CarDrivingStateService(Context context, CarPropertyService propertyService) { in CarDrivingStateService()
DCarUxRestrictionsManagerService.java131 private final CarPropertyService mCarPropertyService;
155 CarPropertyService propertyService) { in CarUxRestrictionsManagerService()
DICarImpl.java89 private final CarPropertyService mCarPropertyService;
146 mCarPropertyService = new CarPropertyService(serviceContext, mHal.getPropertyHal()); in ICarImpl()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java90 private CarPropertyService mMockCarPropertyService;