Searched refs:isForegroundServiceAllowedInBackgroundRestricted (Results 1 – 1 of 1) sorted by relevance
471 if (!isForegroundServiceAllowedInBackgroundRestricted(uid, packageName) in updateBackgroundRestrictedForUidPackage()1791 if (isForegroundServiceAllowedInBackgroundRestricted( in updateForegroundApps()1939 private boolean isForegroundServiceAllowedInBackgroundRestricted(ProcessRecord app) { in isForegroundServiceAllowedInBackgroundRestricted() method in ActiveServices1958 private boolean isForegroundServiceAllowedInBackgroundRestricted(int uid, String packageName) { in isForegroundServiceAllowedInBackgroundRestricted() method in ActiveServices1962 && isForegroundServiceAllowedInBackgroundRestricted(app); in isForegroundServiceAllowedInBackgroundRestricted()2113 && !isForegroundServiceAllowedInBackgroundRestricted(r.app) in setServiceForegroundInnerLocked()