Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java211 int mAllowStartForegroundNoBinding = REASON_DENIED; field in ServiceRecord
247 return mAllowStartForegroundNoBinding != REASON_DENIED in getFgsAllowStart()
248 ? mAllowStartForegroundNoBinding in getFgsAllowStart()
263 mAllowStartForegroundNoBinding = REASON_DENIED; in clearFgsAllowStart()
300 final int origStart = reasonOr(mAllowStartForegroundNoBinding, mAllowStartInBindService); in maybeLogFgsLogicChange()
301 final int newStart = reasonOr(mAllowStartForegroundNoBinding, mAllowStartByBindings); in maybeLogFgsLogicChange()
318 + changeMessage(mAllowStartForegroundNoBinding, mAllowStartInBindService) in maybeLogFgsLogicChange()
320 + changeMessage(mAllowStartForegroundNoBinding, mAllowStartByBindings) in maybeLogFgsLogicChange()
743 pw.println(PowerExemptionManager.reasonCodeToString(mAllowStartForegroundNoBinding)); in dump()
H A DForegroundServiceTypeLoggerModule.java530 r.mAllowStartForegroundNoBinding, in logFgsApiEvent()
H A DActiveServices.java7534 allowStart = r.mAllowStartForegroundNoBinding; in setFgsRestrictionLocked()
7569 r.mAllowStartForegroundNoBinding = allowStart; in setFgsRestrictionLocked()
8260 r.mAllowStartForegroundNoBinding, in logFGSStateChangeLocked()