Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2385 private final AppRestrictionController mBgController; field in AppRestrictionController.NotificationHelper
2414 mBgController = controller; in NotificationHelper()
2429 if (!mBgController.mConstantsObserver.mBgPromptAbusiveAppsToBgRestricted) { in postRequestBgRestrictedIfNecessary()
2445 mBgController.hasForegroundServices(packageName, uid); in postRequestBgRestrictedIfNecessary()
2447 mBgController.hasForegroundServiceNotifications(packageName, uid); in postRequestBgRestrictedIfNecessary()
2448 if (!mBgController.mConstantsObserver.mBgPromptFgsWithNotiToBgRestricted) { in postRequestBgRestrictedIfNecessary()
2487 mBgController.getRestrictionLevel(uid), in postLongRunningFgsIfNecessary()
2495 mBgController.getBackgroundRestrictionExemptionReason(uid)), in postLongRunningFgsIfNecessary()
2499 mBgController.getRestrictionLevel(uid)); in postLongRunningFgsIfNecessary()
2501 if (!mBgController.mConstantsObserver.mBgPromptFgsOnLongRunning) { in postLongRunningFgsIfNecessary()
[all …]