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

  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 110 boolean executeFg; // should we be executing in the foreground?
293 proto.write(ServiceRecordProto.ExecuteNesting.EXECUTE_FG, executeFg);
395 pw.print(" executeFg="); pw.print(executeFg);
    [all...]
ActiveServices.java     [all...]

Completed in 57 milliseconds