Searched refs:thisTime (Results 1 – 7 of 7) sorted by relevance
154 long thisTime = marker.time; in finish() local155 d("(+%-4d) [%2d] %s", (thisTime - prevTime), marker.thread, marker.name); in finish()156 prevTime = thisTime; in finish()
1165 final long thisTime = curTime - fullyDrawnStartTime; in reportFullyDrawnLocked() local1167 ? (curTime - stack.mFullyDrawnStartTime) : thisTime; in reportFullyDrawnLocked()1172 thisTime, totalTime); in reportFullyDrawnLocked()1178 TimeUtils.formatDuration(thisTime, sb); in reportFullyDrawnLocked()1179 if (thisTime != totalTime) { in reportFullyDrawnLocked()1199 final long thisTime = curTime - displayStartTime; in reportLaunchTimeLocked() local1201 ? (curTime - stack.mLaunchStartTime) : thisTime; in reportLaunchTimeLocked()1206 thisTime, totalTime); in reportLaunchTimeLocked()1212 TimeUtils.formatDuration(thisTime, sb); in reportLaunchTimeLocked()1213 if (thisTime != totalTime) { in reportLaunchTimeLocked()[all …]
997 w.totalTime = SystemClock.uptimeMillis() - w.thisTime; in sendWaitingVisibleReportLocked()998 w.thisTime = w.totalTime; in sendWaitingVisibleReportLocked()1025 long thisTime, long totalTime) { in reportActivityLaunchedLocked() argument1035 w.thisTime = thisTime; in reportActivityLaunchedLocked()
862 outResult.thisTime = 0; in startActivityMayWait()864 outResult.thisTime = SystemClock.uptimeMillis(); in startActivityMayWait()
720 public long thisTime; field in IActivityManager.WaitResult736 dest.writeLong(thisTime); in writeToParcel()757 thisTime = source.readLong(); in WaitResult()
257 return result.thisTime; in startApp()
716 if (result.thisTime >= 0) {717 System.out.println("ThisTime: " + result.thisTime);