Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java206 final long mStartUptimeNs = SystemClock.uptimeNanos(); field in ActivityMetricsLogger.LaunchingState
376 launchingState.mStartUptimeNs) - sourceInfo.eventTimeMs); in TransitionInfo()
441 timestampNs - mLaunchingState.mStartUptimeNs); in calculateDelay()
647 launchObserverNotifyIntentStarted(intent, launchingState.mStartUptimeNs); in notifyActivityLaunching()
753 launchObserverNotifyIntentFailed(newInfo.mLaunchingState.mStartUptimeNs); in notifyActivityLaunched()
999 launchObserverNotifyIntentFailed(state.mStartUptimeNs); in abort()
1064 final long uptimeNs = info.mLaunchingState.mStartUptimeNs; in logAppTransitionFinished()
1267 currentTimestampNs - info.mLaunchingState.mStartUptimeNs); in notifyFullyDrawn()
1736 mLaunchObserver.onActivityLaunched(info.mLaunchingState.mStartUptimeNs, in launchObserverNotifyActivityLaunched()
1760 mLaunchObserver.onActivityLaunchCancelled(info.mLaunchingState.mStartUptimeNs); in launchObserverNotifyActivityLaunchCancelled()
[all …]