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.java66 final List<DevicePolicyEventWrapper> closestMatches = new ArrayList<>(); in assertExpectedMetricLogged() local
71 closestMatches.add(actualLog); in assertExpectedMetricLogged()
76 .that(closestMatches).contains(expectedLog); in assertExpectedMetricLogged()