Home
last modified time | relevance | path

Searched refs:onForegroundServiceStateChanged (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java752 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName, testUid, in testBgCurrentDrainMonitor()
1237 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName1, testUid1, in testLongFGSMonitor()
1250 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName1, testUid1, in testLongFGSMonitor()
1256 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor()
1259 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor()
1268 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor()
1275 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor()
1284 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor()
1290 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor()
1299 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor()
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java1027 void onForegroundServiceStateChanged(String packageName, int uid, int pid, boolean started); in onForegroundServiceStateChanged() method
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java110 public void onForegroundServiceStateChanged(String packageName, in onForegroundServiceStateChanged() method in AppFGSTracker
H A DActivityManagerService.java16503 mForegroundServiceStateListeners.get(i).onForegroundServiceStateChanged( in updateProcessForegroundLocked()