Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java580 if (!isForegroundServiceAllowedInBackgroundRestricted(uid, packageName) in updateBackgroundRestrictedForUidPackage()
1948 if (isForegroundServiceAllowedInBackgroundRestricted( in updateForegroundApps()
2096 private boolean isForegroundServiceAllowedInBackgroundRestricted(ProcessRecord app) { in isForegroundServiceAllowedInBackgroundRestricted() method in ActiveServices
2115 private boolean isForegroundServiceAllowedInBackgroundRestricted(int uid, String packageName) { in isForegroundServiceAllowedInBackgroundRestricted() method in ActiveServices
2119 && isForegroundServiceAllowedInBackgroundRestricted(app); in isForegroundServiceAllowedInBackgroundRestricted()
2276 && !isForegroundServiceAllowedInBackgroundRestricted(r.app) in setServiceForegroundInnerLocked()
/frameworks/base/services/
Dart-wear-profile4246 PLcom/android/server/am/ActiveServices;->isForegroundServiceAllowedInBackgroundRestricted(ILjava/la…
4247 PLcom/android/server/am/ActiveServices;->isForegroundServiceAllowedInBackgroundRestricted(Lcom/andr…