Searched refs:REPORT_FULLY_DRAWN_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
25 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()
84 public static final ComponentName REPORT_FULLY_DRAWN_ACTIVITY = field in Components