Home
last modified time | relevance | path

Searched refs:canShowTasksInHostDeviceRecents (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowPolicyControllerHelper.java185 public final boolean canShowTasksInHostDeviceRecents() { in canShowTasksInHostDeviceRecents() method in DisplayWindowPolicyControllerHelper
189 return mDisplayWindowPolicyController.canShowTasksInHostDeviceRecents(); in canShowTasksInHostDeviceRecents()
H A DRecentTasks.java1426 && !task.getDisplayContent().canShowTasksInHostDeviceRecents()) { in isVisibleRecentTask()
H A DDisplayContent.java2160 boolean canShowTasksInHostDeviceRecents() { in canShowTasksInHostDeviceRecents() method in DisplayContent
2164 return mDwpcHelper.canShowTasksInHostDeviceRecents(); in canShowTasksInHostDeviceRecents()
/aosp14/frameworks/base/core/java/android/window/
H A DDisplayWindowPolicyController.java136 public abstract boolean canShowTasksInHostDeviceRecents(); in canShowTasksInHostDeviceRecents() method in DisplayWindowPolicyController
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayWindowPolicyControllerTests.java273 public boolean canShowTasksInHostDeviceRecents() { in canShowTasksInHostDeviceRecents() method in DisplayWindowPolicyControllerTests.TestDisplayWindowPolicyController
H A DRecentTasksTest.java802 doReturn(false).when(displayContent).canShowTasksInHostDeviceRecents(); in testVisibleTask_displayCanNotShowTaskFromRecents_expectNotVisible()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DGenericWindowPolicyController.java337 public boolean canShowTasksInHostDeviceRecents() { in canShowTasksInHostDeviceRecents() method in GenericWindowPolicyController
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
H A DVirtualDeviceManagerServiceTest.java470 assertThat(gwpc.canShowTasksInHostDeviceRecents()).isTrue(); in getDevicePolicy_defaultRecentsPolicy_gwpcCanShowRecentsOnHostDevice()
485 assertThat(gwpc.canShowTasksInHostDeviceRecents()).isFalse(); in getDevicePolicy_customRecentsPolicy_gwpcCannotShowRecentsOnHostDevice()