Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java1852 return mInjector.getAppFGSTracker().getTotalDurations(packageName, uid, now, in getForegroundServiceTotalDurations()
1862 return mInjector.getAppFGSTracker().getTotalDurations(uid, now, in getForegroundServiceTotalDurations()
1873 return mInjector.getAppFGSTracker().getTotalDurationsSince(packageName, uid, since, now, in getForegroundServiceTotalDurationsSince()
1883 return mInjector.getAppFGSTracker().getTotalDurationsSince(uid, since, now, in getForegroundServiceTotalDurationsSince()
1947 return mInjector.getAppFGSTracker().hasForegroundServices(packageName, uid); in hasForegroundServices()
1954 return mInjector.getAppFGSTracker().hasForegroundServices(uid); in hasForegroundServices()
1961 return mInjector.getAppFGSTracker().hasForegroundServiceNotifications(packageName, uid); in hasForegroundServiceNotifications()
1968 return mInjector.getAppFGSTracker().hasForegroundServiceNotifications(uid); in hasForegroundServiceNotifications()
2490 mInjector.getAppFGSTracker().getTrackerInfoForStatsd(uid), in postLongRunningFgsIfNecessary()
3240 AppFGSTracker getAppFGSTracker() { in getAppFGSTracker() method in AppRestrictionController.Injector
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java3304 AppFGSTracker getAppFGSTracker() { in getAppFGSTracker() method in BackgroundRestrictionTest.TestBgRestrictionInjector
/aosp14/frameworks/base/services/
H A Dart-profile1275 HSPLcom/android/server/am/AppRestrictionController$Injector;->getAppFGSTracker()Lcom/android/server…