Searched refs:allowStart (Results 1 – 1 of 1) sorted by relevance
7525 @ReasonCode int allowStart; in setFgsRestrictionLocked() local7531 allowStart = r.mAllowStartInBindService; in setFgsRestrictionLocked()7534 allowStart = r.mAllowStartForegroundNoBinding; in setFgsRestrictionLocked()7547 || (allowStart == REASON_DENIED)) { in setFgsRestrictionLocked()7555 if (allowStart == REASON_DENIED) { in setFgsRestrictionLocked()7556 allowStart = shouldAllowFgsStartForegroundWithBindingCheckLocked( in setFgsRestrictionLocked()7564 r.mAllowStartInBindService = allowStart; in setFgsRestrictionLocked()7569 r.mAllowStartForegroundNoBinding = allowStart; in setFgsRestrictionLocked()7576 r.mAllowStartByBindings = allowStart; in setFgsRestrictionLocked()