Searched refs:hasForegroundServiceNotifications (Results 1 – 2 of 2) sorted by relevance
550 boolean hasForegroundServiceNotifications(String packageName, int uid) { in hasForegroundServiceNotifications() method in AppFGSTracker556 boolean hasForegroundServiceNotifications(int uid) { in hasForegroundServiceNotifications() method in AppFGSTracker581 hasForegroundServiceNotifications(uid)); in getTrackerInfoForStatsd()
1960 boolean hasForegroundServiceNotifications(String packageName, int uid) { in hasForegroundServiceNotifications() method in AppRestrictionController1961 return mInjector.getAppFGSTracker().hasForegroundServiceNotifications(packageName, uid); in hasForegroundServiceNotifications()1967 boolean hasForegroundServiceNotifications(int uid) { in hasForegroundServiceNotifications() method in AppRestrictionController1968 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()