Searched refs:removeRootTasksInWindowingModes (Results 1 – 10 of 10) sorted by relevance
174 public void removeRootTasksInWindowingModes(@NonNull int[] windowingModes) { in removeRootTasksInWindowingModes() method in ActivityTaskManager176 getService().removeRootTasksInWindowingModes(windowingModes); in removeRootTasksInWindowingModes()
215 void removeRootTasksInWindowingModes(in int[] windowingModes); in removeRootTasksInWindowingModes() method
2006 removeRootTasksInWindowingModes(WINDOWING_MODE_PINNED); in switchUser()3322 void removeRootTasksInWindowingModes(int... windowingModes) {3324 getChildAt(i).removeRootTasksInWindowingModes(windowingModes);
2273 public void removeRootTasksInWindowingModes(int[] windowingModes) { in removeRootTasksInWindowingModes() method in ActivityTaskManagerService2279 mRootWindowContainer.removeRootTasksInWindowingModes(windowingModes); in removeRootTasksInWindowingModes()2435 mRootWindowContainer.removeRootTasksInWindowingModes(WINDOWING_MODE_PINNED); in startLockTaskMode()3682 mRootWindowContainer.removeRootTasksInWindowingModes(WINDOWING_MODE_PINNED); in applyUpdateVrModeLocked()
5439 void removeRootTasksInWindowingModes(int... windowingModes) { in removeRootTasksInWindowingModes() method in DisplayContent
505 ActivityTaskManager.getService().removeRootTasksInWindowingModes( in removePipImmediately()
1244 () -> mAtm.removeRootTasksInWindowingModes( in doTestRecentTasksApis()
2170 removeRootTaskTests(() -> mRootWindowContainer.removeRootTasksInWindowingModes( in testRemoveRootTaskInWindowingModes()
167 …droid.Manifest.permission.MANAGE_ACTIVITY_TASKS) public void removeRootTasksInWindowingModes(@NonN…
44729 PLcom/android/server/wm/ActivityTaskManagerService;->removeRootTasksInWindowingModes([I)V45806 PLcom/android/server/wm/DisplayContent;->lambda$removeRootTasksInWindowingModes$36([ILjava/util/Arr…45865 PLcom/android/server/wm/DisplayContent;->removeRootTasksInWindowingModes([I)V47754 PLcom/android/server/wm/RootWindowContainer;->removeRootTasksInWindowingModes([I)V