Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DDevicePolicyEventLogVerifier.java99 final List<DevicePolicyEventWrapper> closestMatches = new ArrayList<>(); in isExpectedMetricLogged() local
104 closestMatches.add(actualLog); in isExpectedMetricLogged()
108 return closestMatches.contains(expectedLog); in isExpectedMetricLogged()