Home | History | Annotate | Download | only in am

Lines Matching refs:thisTime

827             final long thisTime = curTime - fullyDrawnStartTime;
829 ? (curTime - stack.mFullyDrawnStartTime) : thisTime;
834 thisTime, totalTime);
840 TimeUtils.formatDuration(thisTime, sb);
841 if (thisTime != totalTime) {
858 final long thisTime = curTime - displayStartTime;
860 ? (curTime - stack.mLaunchStartTime) : thisTime;
865 thisTime, totalTime);
871 TimeUtils.formatDuration(thisTime, sb);
872 if (thisTime != totalTime) {
879 mStackSupervisor.reportActivityLaunchedLocked(false, this, thisTime, totalTime);