Home
last modified time | relevance | path

Searched refs:onReportFullyDrawn (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DLaunchObserverRegistryImpl.java108 public void onReportFullyDrawn(long id, long timestampNs) { in onReportFullyDrawn() method in LaunchObserverRegistryImpl
166 mList.get(i).onReportFullyDrawn(id, timestampNs); in handleOnReportFullyDrawn()
DActivityMetricsLaunchObserver.java206 public void onReportFullyDrawn(long id, long timestampNanos) { in onReportFullyDrawn() method in ActivityMetricsLaunchObserver
DActivityMetricsLogger.java1816 mLaunchObserver.onReportFullyDrawn(info.mLaunchingState.mStartUptimeNs, timestampNs); in launchObserverNotifyReportFullyDrawn()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java345 verifyAsync(mLaunchObserver).onReportFullyDrawn(eq(mExpectedStartedId), anyLong()); in testOnReportFullyDrawn()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationStartInfoTest.java296 mAppStartInfoTracker.onReportFullyDrawn(appStartTimestampIntentStarted, in testApplicationStartInfo()
/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java373 void onReportFullyDrawn(long id, long timestampNanos) { in onReportFullyDrawn() method in AppStartInfoTracker
/frameworks/base/services/
Dart-wear-profile4383 PLcom/android/server/am/ActivityManagerService$2;->onReportFullyDrawn(JJ)V
5354 PLcom/android/server/am/AppStartInfoTracker;->onReportFullyDrawn(JJ)V
27501 PLcom/android/server/wm/LaunchObserverRegistryImpl;->onReportFullyDrawn(JJ)V