Home
last modified time | relevance | path

Searched defs:expectedLogs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
H A DDevicePolicyEventLogVerifier.java44 DevicePolicyEventWrapper... expectedLogs) throws Exception { in assertMetricsLogged()
67 DevicePolicyEventWrapper... expectedLogs) throws Exception { in assertMetricsNotLogged()
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/junit/rules/
H A DExpectedLogMessagesRule.java88 private final Set<ExpectedLogItem> expectedLogs = new HashSet<>(); field in ExpectedLogMessagesRule