Searched refs:CLUSTER_REQUEST_DISPLAY (Results 1 – 12 of 12) sorted by relevance
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/ |
D | ClusterHomeManagerTest.java | 130 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/ |
D | ClusterHalService.java | 23 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/ |
D | ClusterHalServiceTest.java | 23 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/ |
D | README.md | 85 - `CLUSTER_REQUEST_DISPLAY`
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/ |
D | ClusterOsDoubleActivity.java | 85 VehiclePropertyIds.CLUSTER_REQUEST_DISPLAY);
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 314 propsToString.put(VehiclePropertyIds.CLUSTER_REQUEST_DISPLAY, "CLUSTER_REQUEST_DISPLAY"); in testToString()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 5469 public static final int CLUSTER_REQUEST_DISPLAY = 289410871; field in VehiclePropertyIds
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.2.txt | 110 android.car VehiclePropertyIds int CLUSTER_REQUEST_DISPLAY
|
D | car_hidden_apis_release_33.1.txt | 110 android.car VehiclePropertyIds int CLUSTER_REQUEST_DISPLAY
|
D | car_hidden_apis.txt | 110 android.car VehiclePropertyIds int CLUSTER_REQUEST_DISPLAY
|
D | car_hidden_apis_release_33.3.txt | 119 android.car VehiclePropertyIds int CLUSTER_REQUEST_DISPLAY
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2650 field TIRAMISU_0 @hiddenOnly int CLUSTER_REQUEST_DISPLAY = 289410871;
|