Home
last modified time | relevance | path

Searched refs:lastLaunchTime (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java500 setLastActivityLaunchTime(r.lastLaunchTime); in addActivityIfNeeded()
DActivityRecord.java360 long lastLaunchTime; // time of last launch of this activity field in ActivityRecord
556 if (lastLaunchTime == 0) pw.print("0"); in dump()
557 else TimeUtils.formatDuration(lastLaunchTime, now, pw); in dump()
DActivityStackSupervisor.java788 r.lastLaunchTime = SystemClock.uptimeMillis(); in realStartActivityLocked()
DActivityStack.java4809 r.lastLaunchTime > (SystemClock.uptimeMillis() - 60000)) { in removeHistoryRecordsForAppLocked()