Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java127 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/
DClusterHalService.java22 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/
DClusterHalServiceTest.java22 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/
DREADME.md83 - `CLUSTER_REPORT_STATE`
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java79 VehiclePropertyIds.CLUSTER_REPORT_STATE);
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java313 propsToString.put(VehiclePropertyIds.CLUSTER_REPORT_STATE, "CLUSTER_REPORT_STATE"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java5451 public static final int CLUSTER_REPORT_STATE = 299896630; field in VehiclePropertyIds
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt109 android.car VehiclePropertyIds int CLUSTER_REPORT_STATE
Dcar_hidden_apis_release_33.1.txt109 android.car VehiclePropertyIds int CLUSTER_REPORT_STATE
Dcar_hidden_apis.txt109 android.car VehiclePropertyIds int CLUSTER_REPORT_STATE
Dcar_hidden_apis_release_33.3.txt118 android.car VehiclePropertyIds int CLUSTER_REPORT_STATE
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2649 field TIRAMISU_0 @hiddenOnly int CLUSTER_REPORT_STATE = 299896630;