Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java165 long lastLaunchTime; // time of last lauch of this activity field in ActivityRecord
265 if (lastLaunchTime == 0) pw.print("0"); in dump()
266 else TimeUtils.formatDuration(lastLaunchTime, now, pw); in dump()
DActivityStack.java3372 r.lastLaunchTime > (SystemClock.uptimeMillis()-60000)) { in removeHistoryRecordsForAppLocked()
DActivityStackSupervisor.java1112 r.lastLaunchTime = SystemClock.uptimeMillis(); in realStartActivityLocked()