Searched refs:CLUSTER_REPORT_STATE (Results 1 – 12 of 12) sorted by relevance
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/ |
D | ClusterHomeManagerTest.java | 127 addAidlProperty(VehicleProperty.CLUSTER_REPORT_STATE, mPropertyHandler) in configureMockedHal() 274 VehiclePropValue value = mPropertyHandler.peek(VehicleProperty.CLUSTER_REPORT_STATE); in testClusterReportState() 275 assertThat(value.prop).isEqualTo(VehicleProperty.CLUSTER_REPORT_STATE); in testClusterReportState() 350 VehicleProperty.CLUSTER_REPORT_STATE, in testClusterReportStateErrorStatusFromHal() 353 assertThat(mPropertyHandler.peek(VehicleProperty.CLUSTER_REPORT_STATE)).isNull(); in testClusterReportStateErrorStatusFromHal() 355 VehicleProperty.CLUSTER_REPORT_STATE, in testClusterReportStateErrorStatusFromHal() 358 assertThat(mPropertyHandler.peek(VehicleProperty.CLUSTER_REPORT_STATE)).isNull(); in testClusterReportStateErrorStatusFromHal() 360 VehicleProperty.CLUSTER_REPORT_STATE, in testClusterReportStateErrorStatusFromHal() 363 assertThat(mPropertyHandler.peek(VehicleProperty.CLUSTER_REPORT_STATE)).isNull(); in testClusterReportStateErrorStatusFromHal() 365 VehicleProperty.CLUSTER_REPORT_STATE, in testClusterReportStateErrorStatusFromHal() [all …]
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | ClusterHalService.java | 22 import static android.car.VehiclePropertyIds.CLUSTER_REPORT_STATE; 92 CLUSTER_REPORT_STATE, 100 CLUSTER_REPORT_STATE, 312 HalPropValue request = mPropValueBuilder.build(CLUSTER_REPORT_STATE, in reportState()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | ClusterHalServiceTest.java | 22 import static android.car.VehiclePropertyIds.CLUSTER_REPORT_STATE; 118 newSubscribableConfig(CLUSTER_REPORT_STATE), in getFullProperties() 127 newSubscribableConfig(CLUSTER_REPORT_STATE), in getCoreProperties() 283 newSubscribableConfig(CLUSTER_REPORT_STATE))); in testTakeProperties_fullMode_partialProperties() 295 newSubscribableConfig(CLUSTER_REPORT_STATE))); in testTakeProperties_lightMode_partialProperties() 458 assertThat(prop.getPropId()).isEqualTo(CLUSTER_REPORT_STATE); in testReportState()
|
/packages/apps/Car/Cluster/ClusterHomeSample/ |
D | README.md | 83 - `CLUSTER_REPORT_STATE`
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/ |
D | ClusterOsDoubleActivity.java | 79 VehiclePropertyIds.CLUSTER_REPORT_STATE);
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 313 propsToString.put(VehiclePropertyIds.CLUSTER_REPORT_STATE, "CLUSTER_REPORT_STATE"); in testToString()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 5451 public static final int CLUSTER_REPORT_STATE = 299896630; field in VehiclePropertyIds
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.2.txt | 109 android.car VehiclePropertyIds int CLUSTER_REPORT_STATE
|
D | car_hidden_apis_release_33.1.txt | 109 android.car VehiclePropertyIds int CLUSTER_REPORT_STATE
|
D | car_hidden_apis.txt | 109 android.car VehiclePropertyIds int CLUSTER_REPORT_STATE
|
D | car_hidden_apis_release_33.3.txt | 118 android.car VehiclePropertyIds int CLUSTER_REPORT_STATE
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2649 field TIRAMISU_0 @hiddenOnly int CLUSTER_REPORT_STATE = 299896630;
|