HomeSort by relevance Sort by last modified time
    Searched refs:forcingToForeground (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 102 IBinder forcingToForeground;// Token that is forcing this process to be foreground
259 if (setIsForeground || foregroundServices || forcingToForeground != null) {
262 pw.print(" forcingToForeground="); pw.println(forcingToForeground);
ActivityManagerService.java     [all...]

Completed in 497 milliseconds