Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
H A DE2ePerformanceTest.java133 SparseIntArray missingEventsPerProperty = new SparseIntArray(); in benchmarkEventBandwidthThroughCarService() local
137 missingEventsPerProperty.put(eventsCounters.keyAt(i), missingEvents); in benchmarkEventBandwidthThroughCarService()
143 + " missing events per property: " + missingEventsPerProperty, in benchmarkEventBandwidthThroughCarService()
144 missingEventsPerProperty.size() == 0); in benchmarkEventBandwidthThroughCarService()