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.java128 boolean reportLowMemory; // Set to true when waiting to report low mem field in ProcessRecord
319 pw.print(" reportLowMemory="); pw.println(reportLowMemory); in dump()
DActivityManagerService.java4659 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()