Searched refs:AreaConfig (Results 1 – 7 of 7) sorted by relevance
483 public static class AreaConfig<T> implements Parcelable { class in CarPropertyConfig488 private AreaConfig(T minValue, T maxValue) { in AreaConfig() method in CarPropertyConfig.AreaConfig493 public static final Parcelable.Creator<AreaConfig<Object>> CREATOR =496 private static <E> Parcelable.Creator<AreaConfig<E>> getCreator(final Class<E> clazz) { in getCreator()497 return new Creator<AreaConfig<E>>() { in getCreator()499 public AreaConfig<E> createFromParcel(Parcel source) { in getCreator()500 return new AreaConfig<>(source); in getCreator()504 public AreaConfig<E>[] newArray(int size) { in getCreator()505 return (AreaConfig<E>[]) Array.newInstance(clazz, size); in getCreator()511 private AreaConfig(Parcel in) { in AreaConfig() method
77 areaConfigs[area] = AreaConfig(configs[0], valueType)80 areaConfigs[config.area_id] = AreaConfig(config, valueType)84 class AreaConfig(object): class
268 android.car.hardware CarPropertyConfig.AreaConfig Parcelable.Creator<AreaConfig<Object>> CREATOR269 android.car.hardware CarPropertyConfig.AreaConfig T getMinValue()270 android.car.hardware CarPropertyConfig.AreaConfig T getMaxValue()271 android.car.hardware CarPropertyConfig.AreaConfig int describeContents()272 android.car.hardware CarPropertyConfig.AreaConfig void writeToParcel(Parcel dest, int flags)273 android.car.hardware CarPropertyConfig.AreaConfig String toString()
352 android.car.hardware CarPropertyConfig.AreaConfig Parcelable.Creator<AreaConfig<Object>> CREATOR353 android.car.hardware CarPropertyConfig.AreaConfig String toString()354 android.car.hardware CarPropertyConfig.AreaConfig T getMaxValue()355 android.car.hardware CarPropertyConfig.AreaConfig T getMinValue()356 android.car.hardware CarPropertyConfig.AreaConfig int describeContents()357 android.car.hardware CarPropertyConfig.AreaConfig void writeToParcel(Parcel dest, int flags)
294 android.car.hardware CarPropertyConfig.AreaConfig Parcelable.Creator<AreaConfig<Object>> CREATOR295 android.car.hardware CarPropertyConfig.AreaConfig T getMinValue()296 android.car.hardware CarPropertyConfig.AreaConfig T getMaxValue()297 android.car.hardware CarPropertyConfig.AreaConfig int describeContents()298 android.car.hardware CarPropertyConfig.AreaConfig void writeToParcel(Parcel dest, int flags)299 android.car.hardware CarPropertyConfig.AreaConfig String toString()
1251 class @hiddenOnly @hide CarPropertyConfig.AreaConfig package android.car.hardware1252 field TIRAMISU_0 Parcelable.Creator<AreaConfig<Object>> CREATOR;