Searched refs:onReportFullyDrawn (Results 1 – 7 of 7) sorted by relevance
108 public void onReportFullyDrawn(long id, long timestampNs) { in onReportFullyDrawn() method in LaunchObserverRegistryImpl166 mList.get(i).onReportFullyDrawn(id, timestampNs); in handleOnReportFullyDrawn()
206 public void onReportFullyDrawn(long id, long timestampNanos) { in onReportFullyDrawn() method in ActivityMetricsLaunchObserver
1816 mLaunchObserver.onReportFullyDrawn(info.mLaunchingState.mStartUptimeNs, timestampNs); in launchObserverNotifyReportFullyDrawn()
345 verifyAsync(mLaunchObserver).onReportFullyDrawn(eq(mExpectedStartedId), anyLong()); in testOnReportFullyDrawn()
296 mAppStartInfoTracker.onReportFullyDrawn(appStartTimestampIntentStarted, in testApplicationStartInfo()
373 void onReportFullyDrawn(long id, long timestampNanos) { in onReportFullyDrawn() method in AppStartInfoTracker
4383 PLcom/android/server/am/ActivityManagerService$2;->onReportFullyDrawn(JJ)V5354 PLcom/android/server/am/AppStartInfoTracker;->onReportFullyDrawn(JJ)V27501 PLcom/android/server/wm/LaunchObserverRegistryImpl;->onReportFullyDrawn(JJ)V