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 81 long lastRequestedGc; // When we last asked the app to do a gc
200 pw.print(prefix); pw.print("lastRequestedGc=");
201 TimeUtils.formatDuration(lastRequestedGc, now, pw);
ActivityManagerService.java     [all...]

Completed in 35 milliseconds