Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityMetricsLoggerTests.java136 assertLogsContain(deviceLogs, expectedLog); in testAppLaunchIsLogged()
222 assertLogsContain(deviceLogs, expectedLog); in testAppFullyDrawnReportIsLogged()
507 private void assertLogsContain(String[] logs, String expectedLog) { in assertLogsContain() method in ActivityMetricsLoggerTests