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.java143 long displayStartTime; // when we started launching this activity field in ActivityRecord
363 if (displayStartTime != 0 || startTime != 0) { in dump()
365 if (displayStartTime == 0) pw.print("0"); in dump()
366 else TimeUtils.formatDuration(displayStartTime, now, pw); in dump()
1160 if (displayStartTime != 0) { in reportFullyDrawnLocked()
1199 final long thisTime = curTime - displayStartTime; in reportLaunchTimeLocked()
1224 displayStartTime = 0; in reportLaunchTimeLocked()
1230 if (displayStartTime != 0) { in windowsDrawnLocked()
DActivityStack.java934 if (r.displayStartTime == 0) { in setLaunchTime()
935 r.fullyDrawnStartTime = r.displayStartTime = SystemClock.uptimeMillis(); in setLaunchTime()
938 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime; in setLaunchTime()
949 r.displayStartTime = r.fullyDrawnStartTime = 0; in clearLaunchTime()