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.java25 import static android.server.wm.app.Components.REPORT_FULLY_DRAWN_ACTIVITY;
186 .setTargetActivity(REPORT_FULLY_DRAWN_ACTIVITY) in testAppFullyDrawnReportIsLogged()
193 final LogMaker metricsLog = getMetricsLog(REPORT_FULLY_DRAWN_ACTIVITY, in testAppFullyDrawnReportIsLogged()
197 assertNotNull("did not find the metrics log for: " + REPORT_FULLY_DRAWN_ACTIVITY in testAppFullyDrawnReportIsLogged()
207 "Fully drawn " + REPORT_FULLY_DRAWN_ACTIVITY.flattenToShortString() in testAppFullyDrawnReportIsLogged()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java84 public static final ComponentName REPORT_FULLY_DRAWN_ACTIVITY = field in Components