Searched refs:thisTime (Results 1 – 5 of 5) sorted by relevance
34 public long thisTime; field in WaitResult50 dest.writeLong(thisTime); in writeToParcel()71 thisTime = source.readLong(); in WaitResult()80 pw.println(prefix + " thisTime=" + thisTime); in dump()
2001 final long thisTime = curTime - fullyDrawnStartTime; in reportFullyDrawnLocked() local2003 ? (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() local2040 ? (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 …]
1144 outResult.thisTime = 0; in startActivityMayWait()1154 outResult.thisTime = 0; in startActivityMayWait()1156 outResult.thisTime = SystemClock.uptimeMillis(); in startActivityMayWait()
1156 result.totalTime = SystemClock.uptimeMillis() - result.thisTime; in sendWaitingVisibleReportLocked()1157 result.thisTime = result.totalTime; in sendWaitingVisibleReportLocked()1197 long thisTime, long totalTime) { in reportActivityLaunchedLocked() argument1207 w.thisTime = thisTime; in reportActivityLaunchedLocked()
561 if (result.thisTime >= 0) {562 pw.println("ThisTime: " + result.thisTime);