Searched refs:metricsProperty (Results 1 – 1 of 1) sorted by relevance
1031 VehiclePropValue metricsProperty = new VehiclePropValue(); in testDumpMetrics_VendorProperty() local1032 metricsProperty.value.bytes.addAll(PAYLOAD_AS_LIST); in testDumpMetrics_VendorProperty()1033 when(mVehicleHal.get(metricsPropertyId)).thenReturn(metricsProperty); in testDumpMetrics_VendorProperty()