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

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

Completed in 185 milliseconds