Searched refs:CLUSTER_REPORT_STATE (Results 1 – 5 of 5) sorted by relevance
21 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()
21 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()
117 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()
1754 public static final int CLUSTER_REPORT_STATE = 299896630; field in VehiclePropertyIds2141 case CLUSTER_REPORT_STATE: in toString()
76 VehiclePropertyIds.CLUSTER_REPORT_STATE);