Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java330 private AppFGSTracker mAppFGSTracker; field in BackgroundRestrictionTest
754 mAppFGSTracker.onForegroundServiceNotificationUpdated( in testBgCurrentDrainMonitor()
957 mAppFGSTracker.onForegroundServiceNotificationUpdated( in testBgCurrentDrainMonitor()
994 mAppFGSTracker.onForegroundServiceNotificationUpdated( in testBgCurrentDrainMonitor()
1322 mAppFGSTracker.reset(); in testLongFGSMonitor()
1361 mAppFGSTracker.onForegroundServiceNotificationUpdated( in testLongFGSMonitor()
1372 mAppFGSTracker.onForegroundServiceNotificationUpdated( in testLongFGSMonitor()
1605 mAppFGSTracker.reset(); in runExemptionTestOnce()
1647 mAppFGSTracker.onForegroundServiceNotificationUpdated( in runExemptionTestOnce()
3212 controller.addAppStateTracker(mAppFGSTracker); in initAppStateTrackers()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java3128 private AppFGSTracker mAppFGSTracker; field in AppRestrictionController.Injector
3145 mAppFGSTracker = new AppFGSTracker(mContext, controller); in initAppStateTrackers()
3150 controller.mAppStateTrackers.add(mAppFGSTracker); in initAppStateTrackers()
3241 return mAppFGSTracker; in getAppFGSTracker()