Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java1025 int metricsPropertyId = VehiclePropertyGroup.VENDOR | 1; in testDumpMetrics_VendorProperty() local
1028 metricsPropertyId); in testDumpMetrics_VendorProperty()
1033 when(mVehicleHal.get(metricsPropertyId)).thenReturn(metricsProperty); in testDumpMetrics_VendorProperty()
1039 verify(mVehicleHal).get(metricsPropertyId); in testDumpMetrics_VendorProperty()
1049 int metricsPropertyId = VehiclePropertyGroup.VENDOR | 1; in testDumpMetrics_VendorProperty_Timeout() local
1052 metricsPropertyId); in testDumpMetrics_VendorProperty_Timeout()
1055 when(mVehicleHal.get(metricsPropertyId)) in testDumpMetrics_VendorProperty_Timeout()
1056 .thenThrow(new PropertyTimeoutException(metricsPropertyId)); in testDumpMetrics_VendorProperty_Timeout()
1059 verify(mVehicleHal).get(metricsPropertyId); in testDumpMetrics_VendorProperty_Timeout()
1064 int metricsPropertyId = VehiclePropertyGroup.VENDOR | 1; in testDumpMetrics_VendorProperty_Unavailable() local
[all …]