Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java271 start.addStartupTimestamp(ApplicationStartInfo.START_TIMESTAMP_LAUNCH, timestampNanos); in onIntentStarted()
387 info.addStartupTimestamp(ApplicationStartInfo.START_TIMESTAMP_FULLY_DRAWN, in onReportFullyDrawn()
402 start.addStartupTimestamp( in handleProcessServiceStart()
428 start.addStartupTimestamp( in handleProcessBroadcastStart()
450 start.addStartupTimestamp( in handleProcessContentProviderStart()
467 start.addStartupTimestamp( in handleProcessBackupStart()
1203 startInfo.addStartupTimestamp(key, timestampNs); in addTimestampToStartLocked()
/frameworks/base/core/java/android/app/
DApplicationStartInfo.java409 public void addStartupTimestamp(int key, long timestampNs) { in addStartupTimestamp() method in ApplicationStartInfo
704 addStartupTimestamp(key, val); in ApplicationStartInfo()