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

  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 93 boolean foregroundServices; // Running any services that are foreground?
272 if (setIsForeground || foregroundServices || forcingToForeground != null) {
274 pw.print(" foregroundServices="); pw.print(foregroundServices);
ActivityManagerService.java     [all...]

Completed in 34 milliseconds