Home
last modified time | relevance | path

Searched refs:lastRequestedGc (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java149 long lastRequestedGc; // When we last asked the app to do a gc field in ProcessRecord
357 TimeUtils.formatDuration(lastRequestedGc, now, pw); in dump()
DActivityManagerService.java5365 rec.lastRequestedGc = 0; in doLowMemReportIfNeededLocked()
5367 rec.lastRequestedGc = rec.lastLowMemory; in doLowMemReportIfNeededLocked()
6933 app.lastRequestedGc = app.lastLowMemory = SystemClock.uptimeMillis(); in attachApplicationLocked()
15941 pw.print(now-proc.lastRequestedGc);
21673 app.lastRequestedGc = SystemClock.uptimeMillis();
21714 if ((proc.lastRequestedGc+mConstants.GC_MIN_INTERVAL)
21757 long when = proc.lastRequestedGc + mConstants.GC_MIN_INTERVAL;
21774 if (mProcessesToGc.get(i).lastRequestedGc <
21775 proc.lastRequestedGc) {
21793 if ((app.lastRequestedGc+mConstants.GC_MIN_INTERVAL) > now) {