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

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java101 IBinder forcingToForeground;// Token that is forcing this process to be foreground field in class:ProcessRecord
258 if (setIsForeground || foregroundServices || forcingToForeground != null) {
261 pw.print(" forcingToForeground="); pw.println(forcingToForeground);
H A DActivityManagerService.java4903 app.forcingToForeground = null;
5606 pr.forcingToForeground = null;
5631 pr.forcingToForeground = null;
5647 pr.forcingToForeground = token;
12416 app.forcingToForeground = null;
14423 } else if (app.forcingToForeground != null) {
14429 app.adjSource = app.forcingToForeground;

Completed in 105 milliseconds