Home
last modified time | relevance | path

Searched defs:propertyId (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyValue.java39 public CarPropertyValue(int propertyId, T value) { in CarPropertyValue()
43 public CarPropertyValue(int propertyId, int areaId, T value) { in CarPropertyValue()
DCarPropertyConfig.java45 private CarPropertyConfig(Class<T> type, int propertyId, int areaType, in CarPropertyConfig()
/packages/services/Car/service/src/com/android/car/hal/
DCarPropertyUtils.java60 VehiclePropValue halValue, int propertyId) { in toCarPropertyValue()
126 static CarPropertyConfig<?> toCarPropertyConfig(VehiclePropConfig p, int propertyId) { in toCarPropertyConfig()
/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacManager.java127 void onErrorEvent(final int propertyId, final int zone); in onErrorEvent()
188 public static boolean isZonedProperty(int propertyId) { in isZonedProperty()
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarHvacManagerTest.java226 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent()