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

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

Completed in 234 milliseconds