Searched refs:startRequested (Results 1 – 3 of 3) sorted by relevance
113 boolean startRequested; // someone explicitly called start? field in ServiceRecord300 if (startRequested || delayedStop || lastStartId != 0) { in writeToProto()302 proto.write(ServiceRecordProto.Start.START_REQUESTED, startRequested); in writeToProto()418 if (startRequested || delayedStop || lastStartId != 0) { in dump()419 pw.print(prefix); pw.print("startRequested="); pw.print(startRequested); in dump()
342 Slog.wtf(TAG, "**** NO PENDING STARTS! " + r + " startReq=" + r.startRequested in rescheduleDelayedStartsLocked()504 if (forcedStandby || (!r.startRequested && !fgRequired)) { in startServiceLocked()567 r.startRequested = true; in startServiceLocked()719 if (r.startRequested && addToStarting) { in startServiceInnerLocked()755 service.startRequested = false; in stopServiceLocked()805 if (service.appInfo.uid == uid && service.startRequested) { in stopInBackgroundLocked()915 r.startRequested = false; in stopServiceTokenLocked()2662 if (r.startRequested) { in bringUpServiceLocked()2765 if (r.startRequested && r.callStart && r.pendingStarts.size() == 0) { in realStartServiceLocked()2781 if (r.startRequested) { in realStartServiceLocked()[all …]
1134 if (s.startRequested) { in computeOomAdjLocked()