Searched refs:allowStartFgs (Results 1 – 1 of 1) sorted by relevance
5904 final @ReasonCode int allowStartFgs = shouldAllowFgsStartForegroundLocked( in canStartForegroundServiceLocked() local5906 return allowStartFgs != REASON_DENIED; in canStartForegroundServiceLocked()6077 final @ReasonCode int allowStartFgs = in shouldAllowFgsStartForegroundLocked()6080 if (allowStartFgs != REASON_DENIED) { in shouldAllowFgsStartForegroundLocked()6081 return new Pair<>(allowStartFgs, clientPackageName); in shouldAllowFgsStartForegroundLocked()