Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java150 Object forcingToImportant; // Token that is forcing this process to be important field in ProcessRecord
352 if (foregroundServices || forcingToImportant != null) { in dump()
354 pw.print(" forcingToImportant="); pw.println(forcingToImportant); in dump()
DActivityManagerService.java7644 app.forcingToImportant = null; in attachApplicationLocked()
8705 pr.forcingToImportant = null; in importanceTokenDied()
8730 pr.forcingToImportant = null; in setProcessImportant()
8744 pr.forcingToImportant = newToken; in setProcessImportant()
20125 app.forcingToImportant = null; in cleanUpApplicationRecordLocked()
23355 if (app.forcingToImportant != null) { in computeOomAdjLocked()
23363 app.adjSource = app.forcingToImportant; in computeOomAdjLocked()