Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java119 IBinder forcingToForeground;// Token that is forcing this process to be foreground field in ProcessRecord
292 if (setIsForeground || foregroundServices || forcingToForeground != null) { in dump()
295 pw.print(" forcingToForeground="); pw.println(forcingToForeground); in dump()
DActivityManagerService.java6021 app.forcingToForeground = null; in attachApplicationLocked()
6881 pr.forcingToForeground = null;
6906 pr.forcingToForeground = null;
6922 pr.forcingToForeground = token;
15469 app.forcingToForeground = null; in cleanUpApplicationRecordLocked()
17743 } else if (app.forcingToForeground != null) { in computeOomAdjLocked()
17749 app.adjSource = app.forcingToForeground; in computeOomAdjLocked()