Home
last modified time | relevance | path

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

/frameworks/volley/src/main/java/com/android/volley/
DVolleyLog.java154 long thisTime = marker.time; in finish() local
155 d("(+%-4d) [%2d] %s", (thisTime - prevTime), marker.thread, marker.name); in finish()
156 prevTime = thisTime; in finish()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java1165 final long thisTime = curTime - fullyDrawnStartTime; in reportFullyDrawnLocked() local
1167 ? (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() local
1201 ? (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 …]
DActivityStackSupervisor.java997 w.totalTime = SystemClock.uptimeMillis() - w.thisTime; in sendWaitingVisibleReportLocked()
998 w.thisTime = w.totalTime; in sendWaitingVisibleReportLocked()
1025 long thisTime, long totalTime) { in reportActivityLaunchedLocked() argument
1035 w.thisTime = thisTime; in reportActivityLaunchedLocked()
DActivityStarter.java862 outResult.thisTime = 0; in startActivityMayWait()
864 outResult.thisTime = SystemClock.uptimeMillis(); in startActivityMayWait()
/frameworks/base/core/java/android/app/
DIActivityManager.java720 public long thisTime; field in IActivityManager.WaitResult
736 dest.writeLong(thisTime); in writeToParcel()
757 thisTime = source.readLong(); in WaitResult()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java257 return result.thisTime; in startApp()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java716 if (result.thisTime >= 0) {
717 System.out.println("ThisTime: " + result.thisTime);