Searched defs:CarPropertyValue (Results 1 – 3 of 3) sorted by relevance
37 public final class CarPropertyValue<T> implements Parcelable { class76 public CarPropertyValue(int propertyId, int areaId, T value) { in CarPropertyValue() method in CarPropertyValue89 public CarPropertyValue(int propertyId, int areaId, int status, long timestamp, T value) { in CarPropertyValue() method in CarPropertyValue103 public CarPropertyValue(Parcel in) { in CarPropertyValue() method in CarPropertyValue
53 Function<CarPropertyValue<?>, T> adapter) { in Sensor()
95 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor()