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

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

Completed in 60 milliseconds