Searched refs:reportLowMemory (Results 1 – 2 of 2) sorted by relevance
231 boolean reportLowMemory; // Set to true when waiting to report low mem field in ProcessRecord492 pw.print(" reportLowMemory="); pw.println(reportLowMemory); in dump()
3712 rec.reportLowMemory = true; in doLowMemReportIfNeededLocked()11225 proto.write(ProcessToGcProto.REPORT_LOW_MEMORY, r.reportLowMemory); in writeProcessesToGcToProto()11250 pw.print(" lowMem="); pw.print(proc.reportLowMemory); in dumpProcessesToGc()16457 if (app.reportLowMemory) { in performAppGcLocked()16458 app.reportLowMemory = false; in performAppGcLocked()16493 if (proc.getCurRawAdj() > ProcessList.PERCEPTIBLE_APP_ADJ || proc.reportLowMemory) { in performAppGcsLocked()