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()
1867 final long thisTime = curTime - fullyDrawnStartTime; in reportFullyDrawnLocked() local1869 ? (curTime - stack.mFullyDrawnStartTime) : thisTime; in reportFullyDrawnLocked()1874 thisTime, totalTime); in reportFullyDrawnLocked()1880 TimeUtils.formatDuration(thisTime, sb); in reportFullyDrawnLocked()1881 if (thisTime != totalTime) { in reportFullyDrawnLocked()1901 final long thisTime = curTime - displayStartTime; in reportLaunchTimeLocked() local1903 ? (curTime - stack.mLaunchStartTime) : thisTime; in reportLaunchTimeLocked()1908 thisTime, totalTime); in reportLaunchTimeLocked()1914 TimeUtils.formatDuration(thisTime, sb); in reportLaunchTimeLocked()1915 if (thisTime != totalTime) { in reportLaunchTimeLocked()[all …]
1152 result.totalTime = SystemClock.uptimeMillis() - result.thisTime; in sendWaitingVisibleReportLocked()1153 result.thisTime = result.totalTime; in sendWaitingVisibleReportLocked()1181 long thisTime, long totalTime) { in reportActivityLaunchedLocked() argument1191 w.thisTime = thisTime; in reportActivityLaunchedLocked()
870 outResult.thisTime = 0; in startActivityMayWait()872 outResult.thisTime = SystemClock.uptimeMillis(); in startActivityMayWait()
492 if (result.thisTime >= 0) {493 pw.println("ThisTime: " + result.thisTime);