Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java550 boolean hasForegroundServiceNotifications(String packageName, int uid) { in hasForegroundServiceNotifications() method in AppFGSTracker
556 boolean hasForegroundServiceNotifications(int uid) { in hasForegroundServiceNotifications() method in AppFGSTracker
581 hasForegroundServiceNotifications(uid)); in getTrackerInfoForStatsd()
H A DAppRestrictionController.java1960 boolean hasForegroundServiceNotifications(String packageName, int uid) { in hasForegroundServiceNotifications() method in AppRestrictionController
1961 return mInjector.getAppFGSTracker().hasForegroundServiceNotifications(packageName, uid); in hasForegroundServiceNotifications()
1967 boolean hasForegroundServiceNotifications(int uid) { in hasForegroundServiceNotifications() method in AppRestrictionController
1968 return mInjector.getAppFGSTracker().hasForegroundServiceNotifications(uid); in hasForegroundServiceNotifications()
2446 final boolean hasForegroundServiceNotifications = in postRequestBgRestrictedIfNecessary()
2447 mBgController.hasForegroundServiceNotifications(packageName, uid); in postRequestBgRestrictedIfNecessary()
2451 if (hasForegroundServices && hasForegroundServiceNotifications) { in postRequestBgRestrictedIfNecessary()
2508 && mBgController.hasForegroundServiceNotifications(packageName, uid)) { in postLongRunningFgsIfNecessary()