Searched refs:lastLaunchTime (Results 1 – 3 of 3) sorted by relevance
192 long lastLaunchTime; // time of last launch of this activity field in ActivityRecord334 if (lastLaunchTime == 0) pw.print("0"); in dump()335 else TimeUtils.formatDuration(lastLaunchTime, now, pw); in dump()
1196 r.lastLaunchTime = SystemClock.uptimeMillis(); in realStartActivityLocked()
4146 r.lastLaunchTime > (SystemClock.uptimeMillis() - 60000)) { in removeHistoryRecordsForAppLocked()