Searched refs:reportLowMemory (Results 1 – 2 of 2) sorted by relevance
128 boolean reportLowMemory; // Set to true when waiting to report low mem field in ProcessRecord319 pw.print(" reportLowMemory="); pw.println(reportLowMemory); in dump()
4659 rec.reportLowMemory = true; in doLowMemReportIfNeededLocked()13162 pw.print(" lowMem="); pw.print(proc.reportLowMemory); in dumpProcessesToGc()17650 if (app.reportLowMemory) { in performAppGcLocked()17651 app.reportLowMemory = false; in performAppGcLocked()17688 if (proc.curRawAdj > ProcessList.PERCEPTIBLE_APP_ADJ || proc.reportLowMemory) { in performAppGcsLocked()