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

/frameworks/base/services/core/java/com/android/server/am/
H A DUidRecord.java41 boolean foregroundServices; field in class:UidRecord
128 foregroundServices = false;
153 proto.write(UidRecordProto.FG_SERVICES, foregroundServices);
185 if (foregroundServices) {
H A DProcessRecord.java115 boolean foregroundServices; // Running any services that are foreground? field in class:ProcessRecord
352 if (foregroundServices || forcingToImportant != null) {
353 pw.print(prefix); pw.print("foregroundServices="); pw.print(foregroundServices);

Completed in 26 milliseconds