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

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 82 long lastLowMemory; // When we last told the app that memory is low
202 pw.print(" lastLowMemory=");
203 TimeUtils.formatDuration(lastLowMemory, now, pw);
ActivityManagerService.java     [all...]

Completed in 2028 milliseconds