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

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

Completed in 618 milliseconds