Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java126 long displayStartTime; // when we started launching this activity field in ActivityRecord
302 if (displayStartTime != 0 || startTime != 0) { in dump()
304 if (displayStartTime == 0) pw.print("0"); in dump()
305 else TimeUtils.formatDuration(displayStartTime, now, pw); in dump()
948 if (displayStartTime != 0) { in reportFullyDrawnLocked()
987 final long thisTime = curTime - displayStartTime; in reportLaunchTimeLocked()
1012 displayStartTime = 0; in reportLaunchTimeLocked()
1017 if (displayStartTime != 0) { in windowsDrawnLocked()
DActivityStack.java695 if (r.displayStartTime == 0) { in setLaunchTime()
696 r.fullyDrawnStartTime = r.displayStartTime = SystemClock.uptimeMillis(); in setLaunchTime()
699 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime; in setLaunchTime()
710 r.displayStartTime = r.fullyDrawnStartTime = 0; in clearLaunchTime()