Searched defs:propertyId (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarPropertyValue.java | 39 public CarPropertyValue(int propertyId, T value) { in CarPropertyValue() 43 public CarPropertyValue(int propertyId, int areaId, T value) { in CarPropertyValue()
|
D | CarPropertyConfig.java | 45 private CarPropertyConfig(Class<T> type, int propertyId, int areaType, in CarPropertyConfig()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | CarPropertyUtils.java | 60 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/ |
D | CarHvacManager.java | 127 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/ |
D | CarHvacManagerTest.java | 226 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent()
|