Home | History | Annotate | Download | only in am

Lines Matching defs:thisTime

1186             final long thisTime = curTime - fullyDrawnStartTime;
1188 ? (curTime - stack.mFullyDrawnStartTime) : thisTime;
1193 thisTime, totalTime);
1199 TimeUtils.formatDuration(thisTime, sb);
1200 if (thisTime != totalTime) {
1220 final long thisTime = curTime - displayStartTime;
1222 ? (curTime - stack.mLaunchStartTime) : thisTime;
1227 thisTime, totalTime);
1233 TimeUtils.formatDuration(thisTime, sb);
1234 if (thisTime != totalTime) {
1241 mStackSupervisor.reportActivityLaunchedLocked(false, this, thisTime, totalTime);