Searched refs:reportLowMemory (Results 1 – 2 of 2) sorted by relevance
138 boolean reportLowMemory; // Set to true when waiting to report low mem field in ProcessRecord335 pw.print(" reportLowMemory="); pw.println(reportLowMemory); in dump()
4620 rec.reportLowMemory = true; in doLowMemReportIfNeededLocked()13703 pw.print(" lowMem="); pw.print(proc.reportLowMemory); in dumpProcessesToGc()18370 if (app.reportLowMemory) { in performAppGcLocked()18371 app.reportLowMemory = false; in performAppGcLocked()18408 if (proc.curRawAdj > ProcessList.PERCEPTIBLE_APP_ADJ || proc.reportLowMemory) { in performAppGcsLocked()