Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityMetricsLoggerTests.java103 private LogSeparator mLogSeparator; field in ActivityMetricsLoggerTests
110 mLogSeparator = separateLogs(); // add a new separator for logs in setUp()
125 final String[] deviceLogs = getDeviceLogsForComponents(mLogSeparator, TAG_ATM); in testAppLaunchIsLogged()
126 final List<Event> eventLogs = getEventLogsForComponents(mLogSeparator, in testAppLaunchIsLogged()
209 final String[] deviceLogs = getDeviceLogsForComponents(mLogSeparator, TAG_ATM); in testAppFullyDrawnReportIsLogged()
428 mLogSeparator = separateLogs(); in testLaunchTimeEventLogNonProcessSwitch()
432 final List<Event> eventLogs = getEventLogsForComponents(mLogSeparator, in testLaunchTimeEventLogNonProcessSwitch()
460 final List<Event> eventLogs = getEventLogsForComponents(mLogSeparator, in waitForMetricsLog()
DAnrTests.java66 private LogSeparator mLogSeparator; field in AnrTests
74 mLogSeparator = separateLogs(); // add a new separator for logs in setup()
157 final List<EventLog.Event> events = getEventLogsForComponents(mLogSeparator, in assertEventLogsContainsAnr()