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()
208 void removeRootTasksWithActivityTypes(in int[] activityTypes); in removeRootTasksWithActivityTypes() method
119 atm.removeRootTasksWithActivityTypes(new int[] { ACTIVITY_TYPE_STANDARD, in testRunStarted()
3183 void removeRootTasksWithActivityTypes(int... activityTypes) {3185 getChildAt(i).removeRootTasksWithActivityTypes(activityTypes);
2453 public void removeRootTasksWithActivityTypes(int[] activityTypes) { in removeRootTasksWithActivityTypes() method in ActivityTaskManagerService2459 mRootWindowContainer.removeRootTasksWithActivityTypes(activityTypes); in removeRootTasksWithActivityTypes()
6128 void removeRootTasksWithActivityTypes(int... activityTypes) { in removeRootTasksWithActivityTypes() method in DisplayContent
1386 () -> mAtm.removeRootTasksWithActivityTypes( in doTestRecentTasksApis()
2664 removeRootTaskTests(() -> mRootWindowContainer.removeRootTasksWithActivityTypes( in testRemoveRootTaskWithActivityTypes()
206 …roid.Manifest.permission.MANAGE_ACTIVITY_TASKS) public void removeRootTasksWithActivityTypes(@NonN…