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 237 void onErrorEvent(@PropertyId int propertyId, int zone); in onErrorEvent() 306 public static boolean isZonedProperty(@PropertyId int propertyId) { in isZonedProperty() 353 public boolean getBooleanProperty(@PropertyId int propertyId, int area) in getBooleanProperty() 365 public float getFloatProperty(@PropertyId int propertyId, int area) in getFloatProperty() 377 public int getIntProperty(@PropertyId int propertyId, int area) in getIntProperty() 389 public void setBooleanProperty(@PropertyId int propertyId, int area, boolean val) in setBooleanProperty() 401 public void setFloatProperty(@PropertyId int propertyId, int area, float val) in setFloatProperty() 413 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 | 368 public @interface PropertyId {} annotation in CarCabinManager 386 void onErrorEvent(@PropertyId int propertyId, int zone); in onErrorEvent() 453 public static boolean isZonedProperty(@PropertyId int propertyId) { in isZonedProperty() 500 public boolean getBooleanProperty(@PropertyId int propertyId, int area) in getBooleanProperty() 512 public float getFloatProperty(@PropertyId int propertyId, int area) in getFloatProperty() 524 public int getIntProperty(@PropertyId int propertyId, int area) in getIntProperty() 536 public void setBooleanProperty(@PropertyId int propertyId, int area, boolean val) in setBooleanProperty() 548 public void setFloatProperty(@PropertyId int propertyId, int area, float val) in setFloatProperty() 560 public void setIntProperty(@PropertyId int propertyId, int area, int val) in setIntProperty()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/test/ |
D | CarCabinManagerTest.java | 23 import android.car.hardware.cabin.CarCabinManager.PropertyId; 115 public void onErrorEvent(@PropertyId int propertyId, int area) { in testError()
|
D | CarHvacManagerTest.java | 23 import android.car.hardware.hvac.CarHvacManager.PropertyId; 139 public void onErrorEvent(@PropertyId int propertyId, int area) { in testError()
|