Searched defs:lastLowMemory (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java95 long lastLowMemory; // When we last told the app that memory is low field in class:ProcessRecord
223 pw.print(" lastLowMemory=");
224 TimeUtils.formatDuration(lastLowMemory, now, pw);

Completed in 74 milliseconds