Searched refs:metricsPropertyId (Results 1 – 1 of 1) sorted by relevance
1025 int metricsPropertyId = VehiclePropertyGroup.VENDOR | 1; in testDumpMetrics_VendorProperty() local1028 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() local1052 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 …]