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

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 91 boolean foregroundServices; // Running any services that are foreground?
258 if (setIsForeground || foregroundServices || forcingToForeground != null) {
260 pw.print(" foregroundServices="); pw.print(foregroundServices);
ActiveServices.java 598 if (anyForeground != proc.foregroundServices) {
599 proc.foregroundServices = anyForeground;
    [all...]
ActivityManagerService.java     [all...]

Completed in 177 milliseconds