Home
last modified time | relevance | path

Searched refs:removeRootTasksWithActivityTypes (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DActivityTaskManager.java184 public void removeRootTasksWithActivityTypes(@NonNull int[] activityTypes) { in removeRootTasksWithActivityTypes() method in ActivityTaskManager
186 getService().removeRootTasksWithActivityTypes(activityTypes); in removeRootTasksWithActivityTypes()
H A DIActivityTaskManager.aidl208 void removeRootTasksWithActivityTypes(in int[] activityTypes); in removeRootTasksWithActivityTypes() method
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DWindowPerfRunPreconditionBase.java119 atm.removeRootTasksWithActivityTypes(new int[] { ACTIVITY_TYPE_STANDARD, in testRunStarted()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java3183 void removeRootTasksWithActivityTypes(int... activityTypes) {
3185 getChildAt(i).removeRootTasksWithActivityTypes(activityTypes);
H A DActivityTaskManagerService.java2453 public void removeRootTasksWithActivityTypes(int[] activityTypes) { in removeRootTasksWithActivityTypes() method in ActivityTaskManagerService
2459 mRootWindowContainer.removeRootTasksWithActivityTypes(activityTypes); in removeRootTasksWithActivityTypes()
H A DDisplayContent.java6128 void removeRootTasksWithActivityTypes(int... activityTypes) { in removeRootTasksWithActivityTypes() method in DisplayContent
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentTasksTest.java1386 () -> mAtm.removeRootTasksWithActivityTypes( in doTestRecentTasksApis()
H A DDisplayContentTests.java2664 removeRootTaskTests(() -> mRootWindowContainer.removeRootTasksWithActivityTypes( in testRemoveRootTaskWithActivityTypes()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt206 …roid.Manifest.permission.MANAGE_ACTIVITY_TASKS) public void removeRootTasksWithActivityTypes(@NonN…