Searched refs:mAppFGSTracker (Results 1 – 2 of 2) sorted by relevance
330 private AppFGSTracker mAppFGSTracker; field in BackgroundRestrictionTest754 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 …]
3128 private AppFGSTracker mAppFGSTracker; field in AppRestrictionController.Injector3145 mAppFGSTracker = new AppFGSTracker(mContext, controller); in initAppStateTrackers()3150 controller.mAppStateTrackers.add(mAppFGSTracker); in initAppStateTrackers()3241 return mAppFGSTracker; in getAppFGSTracker()