Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java21 import static android.car.VehiclePropertyIds.CLUSTER_REPORT_STATE;
98 newSubscribableConfig(CLUSTER_REPORT_STATE), in setUp()
131 newSubscribableConfig(CLUSTER_REPORT_STATE))); in testTakeProperties_doNotTakePartialProperties()
141 newSubscribableConfig(CLUSTER_REPORT_STATE), in testTakeProperties_coreProperties()
152 newSubscribableConfig(CLUSTER_REPORT_STATE), in testTakeProperties_fullProperties()
291 assertThat(prop.prop).isEqualTo(CLUSTER_REPORT_STATE); in testReportState()
/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java21 import static android.car.VehiclePropertyIds.CLUSTER_REPORT_STATE;
82 CLUSTER_REPORT_STATE,
89 CLUSTER_REPORT_STATE,
236 VehiclePropValue request = createVehiclePropValue(CLUSTER_REPORT_STATE); in reportState()
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java117 addProperty(VehicleProperty.CLUSTER_REPORT_STATE, mPropertyHandler) in configureMockedHal()
225 VehiclePropValue value = mPropertyHandler.peek(VehicleProperty.CLUSTER_REPORT_STATE); in testClusterReportState()
226 assertThat(value.prop).isEqualTo(VehicleProperty.CLUSTER_REPORT_STATE); in testClusterReportState()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1754 public static final int CLUSTER_REPORT_STATE = 299896630; field in VehiclePropertyIds
2141 case CLUSTER_REPORT_STATE: in toString()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java76 VehiclePropertyIds.CLUSTER_REPORT_STATE);