Home
last modified time | relevance | path

Searched refs:reportLowMemory (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java230 boolean reportLowMemory; // Set to true when waiting to report low mem field in ProcessRecord
489 pw.print(" reportLowMemory="); pw.println(reportLowMemory); in dump()
DActivityManagerService.java3688 rec.reportLowMemory = true; in doLowMemReportIfNeededLocked()
11174 proto.write(ProcessToGcProto.REPORT_LOW_MEMORY, r.reportLowMemory); in writeProcessesToGcToProto()
11199 pw.print(" lowMem="); pw.print(proc.reportLowMemory); in dumpProcessesToGc()
16348 if (app.reportLowMemory) { in performAppGcLocked()
16349 app.reportLowMemory = false; in performAppGcLocked()
16384 if (proc.getCurRawAdj() > ProcessList.PERCEPTIBLE_APP_ADJ || proc.reportLowMemory) { in performAppGcsLocked()