Searched refs:removeRootTasksWithActivityTypes (Results 1 – 9 of 9) sorted by relevance
178 public void removeRootTasksWithActivityTypes(@NonNull int[] activityTypes) { in removeRootTasksWithActivityTypes() method in ActivityTaskManager180 getService().removeRootTasksWithActivityTypes(activityTypes); in removeRootTasksWithActivityTypes()
213 void removeRootTasksWithActivityTypes(in int[] activityTypes); in removeRootTasksWithActivityTypes() method
119 atm.removeRootTasksWithActivityTypes(new int[] { ACTIVITY_TYPE_STANDARD, in testRunStarted()
3148 void removeRootTasksWithActivityTypes(int... activityTypes) {3150 getChildAt(i).removeRootTasksWithActivityTypes(activityTypes);
2424 public void removeRootTasksWithActivityTypes(int[] activityTypes) { in removeRootTasksWithActivityTypes() method in ActivityTaskManagerService2430 mRootWindowContainer.removeRootTasksWithActivityTypes(activityTypes); in removeRootTasksWithActivityTypes()
5988 void removeRootTasksWithActivityTypes(int... activityTypes) { in removeRootTasksWithActivityTypes() method in DisplayContent
1336 () -> mAtm.removeRootTasksWithActivityTypes( in doTestRecentTasksApis()
2509 removeRootTaskTests(() -> mRootWindowContainer.removeRootTasksWithActivityTypes( in testRemoveRootTaskWithActivityTypes()
190 …roid.Manifest.permission.MANAGE_ACTIVITY_TASKS) public void removeRootTasksWithActivityTypes(@NonN…