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

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

Completed in 6 milliseconds