Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java5904 final @ReasonCode int allowStartFgs = shouldAllowFgsStartForegroundLocked( in canStartForegroundServiceLocked() local
5906 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()