Searched refs:removeRootTasksWithActivityTypes (Results 1 – 9 of 9) sorted by relevance
184 public void removeRootTasksWithActivityTypes(@NonNull int[] activityTypes) { in removeRootTasksWithActivityTypes() method in ActivityTaskManager186 getService().removeRootTasksWithActivityTypes(activityTypes); in removeRootTasksWithActivityTypes()
217 void removeRootTasksWithActivityTypes(in int[] activityTypes); in removeRootTasksWithActivityTypes() method
119 atm.removeRootTasksWithActivityTypes(new int[] { ACTIVITY_TYPE_STANDARD, in testRunStarted()
3368 void removeRootTasksWithActivityTypes(int... activityTypes) {3370 getChildAt(i).removeRootTasksWithActivityTypes(activityTypes);
2344 public void removeRootTasksWithActivityTypes(int[] activityTypes) { in removeRootTasksWithActivityTypes() method in ActivityTaskManagerService2350 mRootWindowContainer.removeRootTasksWithActivityTypes(activityTypes); in removeRootTasksWithActivityTypes()
5678 void removeRootTasksWithActivityTypes(int... activityTypes) { in removeRootTasksWithActivityTypes() method in DisplayContent
1298 () -> mAtm.removeRootTasksWithActivityTypes( in doTestRecentTasksApis()
2201 removeRootTaskTests(() -> mRootWindowContainer.removeRootTasksWithActivityTypes( in testRemoveRootTaskWithActivityTypes()
171 …roid.Manifest.permission.MANAGE_ACTIVITY_TASKS) public void removeRootTasksWithActivityTypes(@NonN…