Searched refs:PropertyId (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/car-lib/src/android/car/hardware/hvac/ |
D | CarHvacManager.java | 193 public @interface PropertyId {} annotation in CarHvacManager 253 void onErrorEvent(@PropertyId int propertyId, int zone); in onErrorEvent() 373 public boolean isPropertyAvailable(@PropertyId int propertyId, int area) { in isPropertyAvailable() 383 public boolean getBooleanProperty(@PropertyId int propertyId, int area) { in getBooleanProperty() 393 public float getFloatProperty(@PropertyId int propertyId, int area) { in getFloatProperty() 403 public int getIntProperty(@PropertyId int propertyId, int area) { in getIntProperty() 413 public void setBooleanProperty(@PropertyId int propertyId, int area, boolean val) { in setBooleanProperty() 425 public void setFloatProperty(@PropertyId int propertyId, int area, float val) { in setFloatProperty() 437 public void setIntProperty(@PropertyId int propertyId, int area, int val) { in setIntProperty()
|
/packages/services/Car/car-lib/src/android/car/hardware/cabin/ |
D | CarCabinManager.java | 356 public @interface PropertyId {} annotation in CarCabinManager 415 void onErrorEvent(@PropertyId int propertyId, int zone); in onErrorEvent() 484 public static boolean isZonedProperty(@PropertyId int propertyId) { in isZonedProperty() 539 public boolean getBooleanProperty(@PropertyId int propertyId, int area) { in getBooleanProperty() 549 public float getFloatProperty(@PropertyId int propertyId, int area) { in getFloatProperty() 559 public int getIntProperty(@PropertyId int propertyId, int area) { in getIntProperty() 569 public void setBooleanProperty(@PropertyId int propertyId, int area, boolean val) { in setBooleanProperty() 581 public void setFloatProperty(@PropertyId int propertyId, int area, float val) { in setFloatProperty() 593 public void setIntProperty(@PropertyId int propertyId, int area, int val) { in setIntProperty()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarCabinManagerTest.java | 27 import android.car.hardware.cabin.CarCabinManager.PropertyId; 128 public void onErrorEvent(@PropertyId int propertyId, int area) { in testError()
|
D | CarHvacManagerTest.java | 30 import android.car.hardware.hvac.CarHvacManager.PropertyId; 171 public void onErrorEvent(@PropertyId int propertyId, int area) { in testError()
|