Searched refs:waitForMetricsLog (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | ActivityMetricsLoggerTests.java | 123 final LogMaker metricsLog = waitForMetricsLog(TEST_ACTIVITY, APP_TRANSITION); in testAppLaunchIsLogged() 206 final LogMaker metricsLog = waitForMetricsLog(REPORT_FULLY_DRAWN_ACTIVITY, in testAppFullyDrawnReportIsLogged() 247 final LogMaker metricsLog = waitForMetricsLog(TEST_ACTIVITY, APP_TRANSITION); in testAppWarmLaunchSetsWaitResultDelayData() 274 final LogMaker metricsLog = waitForMetricsLog(TEST_ACTIVITY, APP_TRANSITION); in testAppHotLaunchSetsWaitResultDelayData() 316 final LogMaker metricsLog = waitForMetricsLog(TEST_ACTIVITY, APP_TRANSITION); in testAppColdLaunchSetsWaitResultDelayData() 355 metricsLog = waitForMetricsLog(THIRD_ACTIVITY, APP_TRANSITION); in testLaunchOfVisibleApp() 373 final LogMaker metricsLog = waitForMetricsLog(TRANSLUCENT_TOP_ACTIVITY, in testAppLaunchCancelledSameTask() 391 final LogMaker metricsLog = waitForMetricsLog(SECOND_ACTIVITY, APP_TRANSITION); in testNoDisplayActivityLaunch() 406 final LogMaker metricsLog = waitForMetricsLog(SINGLE_TASK_ACTIVITY, APP_TRANSITION); in testTrampolineActivityLaunch() 445 private LogMaker waitForMetricsLog(ComponentName componentName, int category) { in waitForMetricsLog() method in ActivityMetricsLoggerTests
|