Searched refs:onForegroundServiceStateChanged (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BackgroundRestrictionTest.java | 752 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 D | ActivityManagerInternal.java | 1027 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 D | AppFGSTracker.java | 110 public void onForegroundServiceStateChanged(String packageName, in onForegroundServiceStateChanged() method in AppFGSTracker
|
H A D | ActivityManagerService.java | 16503 mForegroundServiceStateListeners.get(i).onForegroundServiceStateChanged( in updateProcessForegroundLocked()
|