Searched refs:reportLowMemory (Results 1 – 2 of 2) sorted by relevance
166 boolean reportLowMemory; // Set to true when waiting to report low mem field in ProcessRecord404 pw.print(" reportLowMemory="); pw.println(reportLowMemory); in dump()
6018 rec.reportLowMemory = true; in doLowMemReportIfNeededLocked()17497 proto.write(ProcessToGcProto.REPORT_LOW_MEMORY, r.reportLowMemory); in writeProcessesToGcToProto()17522 pw.print(" lowMem="); pw.print(proc.reportLowMemory); in dumpProcessesToGc()24186 if (app.reportLowMemory) { in performAppGcLocked()24187 app.reportLowMemory = false; in performAppGcLocked()24224 if (proc.curRawAdj > ProcessList.PERCEPTIBLE_APP_ADJ || proc.reportLowMemory) { in performAppGcsLocked()