Searched refs:mAllowStartForeground (Results 1 – 2 of 2) sorted by relevance
179 @PowerExemptionManager.ReasonCode int mAllowStartForeground = REASON_DENIED; field in ServiceRecord458 pw.println(mAllowStartForeground); in dump()
681 if (r.mAllowStartForeground == REASON_DENIED && isBgFgsRestrictionEnabled(r)) { in startServiceLocked()1824 if (r.mAllowStartForeground == REASON_DENIED && isBgFgsRestrictionEnabled(r)) { in setServiceForegroundInnerLocked()1882 r.mAllowStartForegroundAtEntering = r.mAllowStartForeground; in setServiceForegroundInnerLocked()5867 || (r.mAllowStartForeground == REASON_DENIED)) { in setFgsRestrictionLocked()5873 if (r.mAllowStartForeground == REASON_DENIED) { in setFgsRestrictionLocked()5874 r.mAllowStartForeground = shouldAllowFgsStartForegroundLocked(allowWhileInUse, in setFgsRestrictionLocked()5883 r.mAllowStartForeground = REASON_DENIED; in resetFgsRestrictionLocked()6310 if (!isFgsBgStart(r.mAllowStartForeground)) { in logFgsBackgroundStart()6315 + ((r.mAllowStartForeground != REASON_DENIED) ? "Allowed " : "Disallowed ") in logFgsBackgroundStart()6317 if (r.mAllowStartForeground != REASON_DENIED) { in logFgsBackgroundStart()[all …]