Home
last modified time | relevance | path

Searched defs:CarPropertyValue (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyValue.java37 public final class CarPropertyValue<T> implements Parcelable { class
76 public CarPropertyValue(int propertyId, int areaId, T value) { in CarPropertyValue() method in CarPropertyValue
89 public CarPropertyValue(int propertyId, int areaId, int status, long timestamp, T value) { in CarPropertyValue() method in CarPropertyValue
103 public CarPropertyValue(Parcel in) { in CarPropertyValue() method in CarPropertyValue
/packages/apps/Car/Cluster/src/android/car/cluster/sensors/
DSensor.java53 Function<CarPropertyValue<?>, T> adapter) { in Sensor()
DSensors.java95 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor()