Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java39 public class CarPropertyConfig<T> implements Parcelable { class
45 private CarPropertyConfig(Class<T> type, int propertyId, int areaType, in CarPropertyConfig() method in CarPropertyConfig
132 private CarPropertyConfig(Parcel in) { in CarPropertyConfig() method in CarPropertyConfig