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.java109 IBinder forcingToForeground;// Token that is forcing this process to be foreground field in ProcessRecord
285 if (setIsForeground || foregroundServices || forcingToForeground != null) { in dump()
288 pw.print(" forcingToForeground="); pw.println(forcingToForeground); in dump()
DActivityManagerService.java5916 app.forcingToForeground = null; in attachApplicationLocked()
6733 pr.forcingToForeground = null;
6758 pr.forcingToForeground = null;
6774 pr.forcingToForeground = token;
14887 app.forcingToForeground = null; in cleanUpApplicationRecordLocked()
17113 } else if (app.forcingToForeground != null) { in computeOomAdjLocked()
17119 app.adjSource = app.forcingToForeground; in computeOomAdjLocked()