Searched refs:AreaConfig (Results 1 – 2 of 2) sorted by relevance
56 private final SparseArray<AreaConfig<T>> mSupportedAreas;62 SparseArray<AreaConfig<T>> supportedAreas, Class<T> type) { in CarPropertyConfig()290 AreaConfig<T> area = mSupportedAreas.get(areaId); in getMinValue()301 AreaConfig<T> area = mSupportedAreas.get(areaId); in getMaxValue()311 AreaConfig<T> area = mSupportedAreas.get(0); in getMinValue()321 AreaConfig<T> area = mSupportedAreas.get(0); in getMaxValue()370 AreaConfig<T> area = in.readParcelable(getClass().getClassLoader()); in CarPropertyConfig()415 public static class AreaConfig<T> implements Parcelable { class in CarPropertyConfig419 private AreaConfig(T minValue, T maxValue) { in AreaConfig() method in CarPropertyConfig.AreaConfig424 public static final Parcelable.Creator<AreaConfig<Object>> CREATOR[all …]
77 areaConfigs[area] = AreaConfig(configs[0], valueType)80 areaConfigs[config.area_id] = AreaConfig(config, valueType)84 class AreaConfig(object): class