Searched refs:lastLaunchTime (Results 1 – 4 of 4) sorted by relevance
493 setLastActivityLaunchTime(r.lastLaunchTime); in addActivityIfNeeded()
360 long lastLaunchTime; // time of last launch of this activity field in ActivityRecord556 if (lastLaunchTime == 0) pw.print("0"); in dump()557 else TimeUtils.formatDuration(lastLaunchTime, now, pw); in dump()
773 r.lastLaunchTime = SystemClock.uptimeMillis(); in realStartActivityLocked()
4782 r.lastLaunchTime > (SystemClock.uptimeMillis() - 60000)) { in removeHistoryRecordsForAppLocked()