Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWaitResult.java34 public long thisTime; field in WaitResult
50 dest.writeLong(thisTime); in writeToParcel()
71 thisTime = source.readLong(); in WaitResult()
80 pw.println(prefix + " thisTime=" + thisTime); in dump()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java2001 final long thisTime = curTime - fullyDrawnStartTime; in reportFullyDrawnLocked() local
2003 ? (curTime - entry.mFullyDrawnStartTime) : thisTime; in reportFullyDrawnLocked()
2008 thisTime, totalTime); in reportFullyDrawnLocked()
2014 TimeUtils.formatDuration(thisTime, sb); in reportFullyDrawnLocked()
2015 if (thisTime != totalTime) { in reportFullyDrawnLocked()
2038 final long thisTime = curTime - displayStartTime; in reportLaunchTimeLocked() local
2040 ? (curTime - entry.mLaunchStartTime) : thisTime; in reportLaunchTimeLocked()
2045 thisTime, totalTime); in reportLaunchTimeLocked()
2051 TimeUtils.formatDuration(thisTime, sb); in reportLaunchTimeLocked()
2052 if (thisTime != totalTime) { in reportLaunchTimeLocked()
[all …]
DActivityStarter.java1144 outResult.thisTime = 0; in startActivityMayWait()
1154 outResult.thisTime = 0; in startActivityMayWait()
1156 outResult.thisTime = SystemClock.uptimeMillis(); in startActivityMayWait()
DActivityStackSupervisor.java1156 result.totalTime = SystemClock.uptimeMillis() - result.thisTime; in sendWaitingVisibleReportLocked()
1157 result.thisTime = result.totalTime; in sendWaitingVisibleReportLocked()
1197 long thisTime, long totalTime) { in reportActivityLaunchedLocked() argument
1207 w.thisTime = thisTime; in reportActivityLaunchedLocked()
DActivityManagerShellCommand.java561 if (result.thisTime >= 0) {
562 pw.println("ThisTime: " + result.thisTime);