Searched refs:cleanUpServices (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityManagerInternal.java | 392 public abstract void cleanUpServices(@UserIdInt int userId, ComponentName component, in cleanUpServices() method in ActivityManagerInternal
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SystemServicesTestRule.java | 271 doNothing().when(amInternal).cleanUpServices(anyInt(), any(), any());
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskSupervisor.java | 1597 final Message msg = PooledLambda.obtainMessage(ActivityManagerInternal::cleanUpServices, in cleanUpRemovedTaskLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActiveServices.java | 4823 void cleanUpServices(int userId, ComponentName component, Intent baseIntent) { in cleanUpServices() method in ActiveServices
|
H A D | ActivityManagerService.java | 15935 public void cleanUpServices(int userId, ComponentName component, Intent baseIntent) { in cleanUpServices() method 15937 mServices.cleanUpServices(userId, component, baseIntent); in cleanUpServices()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 5932 HPLcom/android/server/am/ActiveServices;->cleanUpServices(ILandroid/content/ComponentName;Landroid/… 6223 HPLcom/android/server/am/ActivityManagerService$LocalService;->cleanUpServices(ILandroid/content/Co…
|