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

  /frameworks/base/services/core/java/com/android/server/am/
UidRecord.java 41 boolean foregroundServices;
128 foregroundServices = false;
153 proto.write(UidRecordProto.FG_SERVICES, foregroundServices);
185 if (foregroundServices) {
ProcessRecord.java 115 boolean foregroundServices; // Running any services that are foreground?
352 if (foregroundServices || forcingToImportant != null) {
353 pw.print(prefix); pw.print("foregroundServices="); pw.print(foregroundServices);
    [all...]

Completed in 75 milliseconds