Home
last modified time | relevance | path

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

/aosp12/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.aidl217 void removeRootTasksWithActivityTypes(in int[] activityTypes); in removeRootTasksWithActivityTypes() method
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DWindowPerfRunPreconditionBase.java119 atm.removeRootTasksWithActivityTypes(new int[] { ACTIVITY_TYPE_STANDARD, in testRunStarted()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java3368 void removeRootTasksWithActivityTypes(int... activityTypes) {
3370 getChildAt(i).removeRootTasksWithActivityTypes(activityTypes);
H A DActivityTaskManagerService.java2344 public void removeRootTasksWithActivityTypes(int[] activityTypes) { in removeRootTasksWithActivityTypes() method in ActivityTaskManagerService
2350 mRootWindowContainer.removeRootTasksWithActivityTypes(activityTypes); in removeRootTasksWithActivityTypes()
H A DDisplayContent.java5678 void removeRootTasksWithActivityTypes(int... activityTypes) { in removeRootTasksWithActivityTypes() method in DisplayContent
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentTasksTest.java1298 () -> mAtm.removeRootTasksWithActivityTypes( in doTestRecentTasksApis()
H A DDisplayContentTests.java2201 removeRootTaskTests(() -> mRootWindowContainer.removeRootTasksWithActivityTypes( in testRemoveRootTaskWithActivityTypes()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt171 …roid.Manifest.permission.MANAGE_ACTIVITY_TASKS) public void removeRootTasksWithActivityTypes(@NonN…