Home
last modified time | relevance | path

Searched refs:allowStart (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java7525 @ReasonCode int allowStart; in setFgsRestrictionLocked() local
7531 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()