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