Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java1031 VehiclePropValue metricsProperty = new VehiclePropValue(); in testDumpMetrics_VendorProperty() local
1032 metricsProperty.value.bytes.addAll(PAYLOAD_AS_LIST); in testDumpMetrics_VendorProperty()
1033 when(mVehicleHal.get(metricsPropertyId)).thenReturn(metricsProperty); in testDumpMetrics_VendorProperty()