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

/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java120 IBinder forcingToForeground;// Token that is forcing this process to be foreground field in class:ProcessRecord
293 if (setIsForeground || foregroundServices || forcingToForeground != null) {
296 pw.print(" forcingToForeground="); pw.println(forcingToForeground);

Completed in 59 milliseconds