Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityMetricsLoggerTests.java26 import static android.server.wm.app.Components.REPORT_FULLY_DRAWN_ACTIVITY;
201 launchAndWaitForActivity(REPORT_FULLY_DRAWN_ACTIVITY); in testAppFullyDrawnReportIsLogged()
206 final LogMaker metricsLog = waitForMetricsLog(REPORT_FULLY_DRAWN_ACTIVITY, in testAppFullyDrawnReportIsLogged()
210 assertNotNull("did not find the metrics log for: " + REPORT_FULLY_DRAWN_ACTIVITY in testAppFullyDrawnReportIsLogged()
220 "Fully drawn " + REPORT_FULLY_DRAWN_ACTIVITY.flattenToShortString() in testAppFullyDrawnReportIsLogged()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java94 public static final ComponentName REPORT_FULLY_DRAWN_ACTIVITY = field in Components