Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java471 if (!isForegroundServiceAllowedInBackgroundRestricted(uid, packageName) in updateBackgroundRestrictedForUidPackage()
1791 if (isForegroundServiceAllowedInBackgroundRestricted( in updateForegroundApps()
1939 private boolean isForegroundServiceAllowedInBackgroundRestricted(ProcessRecord app) { in isForegroundServiceAllowedInBackgroundRestricted() method in ActiveServices
1958 private boolean isForegroundServiceAllowedInBackgroundRestricted(int uid, String packageName) { in isForegroundServiceAllowedInBackgroundRestricted() method in ActiveServices
1962 && isForegroundServiceAllowedInBackgroundRestricted(app); in isForegroundServiceAllowedInBackgroundRestricted()
2113 && !isForegroundServiceAllowedInBackgroundRestricted(r.app) in setServiceForegroundInnerLocked()