Searched refs:startRequested (Results 1 – 3 of 3) sorted by relevance
105 boolean startRequested; // someone explicitly called start? field in ServiceRecord281 if (startRequested || delayedStop || lastStartId != 0) { in writeToProto()283 proto.write(ServiceRecordProto.Start.START_REQUESTED, startRequested); in writeToProto()386 if (startRequested || delayedStop || lastStartId != 0) { in dump()387 pw.print(prefix); pw.print("startRequested="); pw.print(startRequested); in dump()
310 Slog.w(TAG, "**** NO PENDING STARTS! " + r + " startReq=" + r.startRequested in rescheduleDelayedStartsLocked()471 if (forcedStandby || (!r.startRequested && !fgRequired)) { in startServiceLocked()535 r.startRequested = true; in startServiceLocked()675 if (r.startRequested && addToStarting) { in startServiceInnerLocked()708 service.startRequested = false; in stopServiceLocked()757 if (service.appInfo.uid == uid && service.startRequested) { in stopInBackgroundLocked()849 r.startRequested = false; in stopServiceTokenLocked()2413 if (r.startRequested) { in bringUpServiceLocked()2504 if (r.startRequested && r.callStart && r.pendingStarts.size() == 0) { in realStartServiceLocked()2520 if (r.startRequested) { in realStartServiceLocked()[all …]
23479 if (s.startRequested) { in computeOomAdjLocked()