Searched refs:onForegroundServiceStateChanged (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BackgroundRestrictionTest.java | 751 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName, testUid, in testBgCurrentDrainMonitor() 1236 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName1, testUid1, in testLongFGSMonitor() 1249 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName1, testUid1, in testLongFGSMonitor() 1255 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor() 1258 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor() 1267 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor() 1274 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor() 1283 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor() 1289 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor() 1298 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor() [all …]
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 1063 void onForegroundServiceStateChanged(String packageName, int uid, int pid, boolean started); in onForegroundServiceStateChanged() method
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppFGSTracker.java | 115 public void onForegroundServiceStateChanged(String packageName, in onForegroundServiceStateChanged() method in AppFGSTracker
|
D | ActivityManagerService.java | 15414 mForegroundServiceStateListeners.get(i).onForegroundServiceStateChanged( in updateProcessForegroundLocked()
|
/frameworks/base/services/ |
D | art-wear-profile | 4367 PLcom/android/server/am/AppFGSTracker;->onForegroundServiceStateChanged(Ljava/lang/String;IIZ)V
|