Home
last modified time | relevance | path

Searched refs:AreaConfig (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java483 public static class AreaConfig<T> implements Parcelable { class in CarPropertyConfig
488 private AreaConfig(T minValue, T maxValue) { in AreaConfig() method in CarPropertyConfig.AreaConfig
493 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
/packages/services/Car/tools/emulator/
Duser_action_generator.py77 areaConfigs[area] = AreaConfig(configs[0], valueType)
80 areaConfigs[config.area_id] = AreaConfig(config, valueType)
84 class AreaConfig(object): class
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt268 android.car.hardware CarPropertyConfig.AreaConfig Parcelable.Creator<AreaConfig<Object>> CREATOR
269 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()
Dcar_hidden_apis_release_33.1.txt268 android.car.hardware CarPropertyConfig.AreaConfig Parcelable.Creator<AreaConfig<Object>> CREATOR
269 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()
Dcar_hidden_apis.txt352 android.car.hardware CarPropertyConfig.AreaConfig Parcelable.Creator<AreaConfig<Object>> CREATOR
353 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)
Dcar_hidden_apis_release_33.3.txt294 android.car.hardware CarPropertyConfig.AreaConfig Parcelable.Creator<AreaConfig<Object>> CREATOR
295 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()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1251 class @hiddenOnly @hide CarPropertyConfig.AreaConfig package android.car.hardware
1252 field TIRAMISU_0 Parcelable.Creator<AreaConfig<Object>> CREATOR;