Home
last modified time | relevance | path

Searched refs:CLUSTER_REQUEST_DISPLAY (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java130 addAidlProperty(VehicleProperty.CLUSTER_REQUEST_DISPLAY, mPropertyHandler) in configureMockedHal()
287 VehiclePropValue value = mPropertyHandler.peek(VehicleProperty.CLUSTER_REQUEST_DISPLAY); in testClusterRequestDisplay()
288 assertThat(value.prop).isEqualTo(VehicleProperty.CLUSTER_REQUEST_DISPLAY); in testClusterRequestDisplay()
315 VehicleProperty.CLUSTER_REQUEST_DISPLAY, in testClusterRequestDisplayErrorStatusFromHal()
318 assertThat(mPropertyHandler.peek(VehicleProperty.CLUSTER_REQUEST_DISPLAY)).isNull(); in testClusterRequestDisplayErrorStatusFromHal()
320 VehicleProperty.CLUSTER_REQUEST_DISPLAY, in testClusterRequestDisplayErrorStatusFromHal()
323 assertThat(mPropertyHandler.peek(VehicleProperty.CLUSTER_REQUEST_DISPLAY)).isNull(); in testClusterRequestDisplayErrorStatusFromHal()
325 VehicleProperty.CLUSTER_REQUEST_DISPLAY, in testClusterRequestDisplayErrorStatusFromHal()
328 assertThat(mPropertyHandler.peek(VehicleProperty.CLUSTER_REQUEST_DISPLAY)).isNull(); in testClusterRequestDisplayErrorStatusFromHal()
330 VehicleProperty.CLUSTER_REQUEST_DISPLAY, in testClusterRequestDisplayErrorStatusFromHal()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java23 import static android.car.VehiclePropertyIds.CLUSTER_REQUEST_DISPLAY;
93 CLUSTER_REQUEST_DISPLAY,
102 CLUSTER_REQUEST_DISPLAY,
330 HalPropValue request = mPropValueBuilder.build(CLUSTER_REQUEST_DISPLAY, in requestDisplay()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java23 import static android.car.VehiclePropertyIds.CLUSTER_REQUEST_DISPLAY;
119 newSubscribableConfig(CLUSTER_REQUEST_DISPLAY), in getFullProperties()
128 newSubscribableConfig(CLUSTER_REQUEST_DISPLAY)); in getCoreProperties()
496 assertThat(prop.getPropId()).isEqualTo(CLUSTER_REQUEST_DISPLAY); in testRequestDisplay()
/packages/apps/Car/Cluster/ClusterHomeSample/
DREADME.md85 - `CLUSTER_REQUEST_DISPLAY`
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java85 VehiclePropertyIds.CLUSTER_REQUEST_DISPLAY);
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java314 propsToString.put(VehiclePropertyIds.CLUSTER_REQUEST_DISPLAY, "CLUSTER_REQUEST_DISPLAY"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java5469 public static final int CLUSTER_REQUEST_DISPLAY = 289410871; field in VehiclePropertyIds
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt110 android.car VehiclePropertyIds int CLUSTER_REQUEST_DISPLAY
Dcar_hidden_apis_release_33.1.txt110 android.car VehiclePropertyIds int CLUSTER_REQUEST_DISPLAY
Dcar_hidden_apis.txt110 android.car VehiclePropertyIds int CLUSTER_REQUEST_DISPLAY
Dcar_hidden_apis_release_33.3.txt119 android.car VehiclePropertyIds int CLUSTER_REQUEST_DISPLAY
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2650 field TIRAMISU_0 @hiddenOnly int CLUSTER_REQUEST_DISPLAY = 289410871;