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

/frameworks/base/services/core/java/com/android/server/am/
H A DUidRecord.java38 boolean foregroundServices; field in class:UidRecord
106 foregroundServices = false;
136 if (foregroundServices) {
H A DProcessRecord.java109 boolean foregroundServices; // Running any services that are foreground? field in class:ProcessRecord
309 if (foregroundServices || forcingToImportant != null) {
310 pw.print(prefix); pw.print("foregroundServices="); pw.print(foregroundServices);

Completed in 61 milliseconds