HomeSort by relevance Sort by last modified time
    Searched refs:lastRequestedGc (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 118 long lastRequestedGc; // When we last asked the app to do a gc
288 pw.print(prefix); pw.print("lastRequestedGc=");
289 TimeUtils.formatDuration(lastRequestedGc, now, pw);
ActivityManagerService.java     [all...]

Completed in 29 milliseconds