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 119 long lastLowMemory; // When we last told the app that memory is low
290 pw.print(" lastLowMemory=");
291 TimeUtils.formatDuration(lastLowMemory, now, pw);
ActivityManagerService.java     [all...]

Completed in 63 milliseconds