Searched refs:canShowTasksInHostDeviceRecents (Results 1 – 8 of 8) sorted by relevance
185 public final boolean canShowTasksInHostDeviceRecents() { in canShowTasksInHostDeviceRecents() method in DisplayWindowPolicyControllerHelper189 return mDisplayWindowPolicyController.canShowTasksInHostDeviceRecents(); in canShowTasksInHostDeviceRecents()
1426 && !task.getDisplayContent().canShowTasksInHostDeviceRecents()) { in isVisibleRecentTask()
2160 boolean canShowTasksInHostDeviceRecents() { in canShowTasksInHostDeviceRecents() method in DisplayContent2164 return mDwpcHelper.canShowTasksInHostDeviceRecents(); in canShowTasksInHostDeviceRecents()
136 public abstract boolean canShowTasksInHostDeviceRecents(); in canShowTasksInHostDeviceRecents() method in DisplayWindowPolicyController
273 public boolean canShowTasksInHostDeviceRecents() { in canShowTasksInHostDeviceRecents() method in DisplayWindowPolicyControllerTests.TestDisplayWindowPolicyController
802 doReturn(false).when(displayContent).canShowTasksInHostDeviceRecents(); in testVisibleTask_displayCanNotShowTaskFromRecents_expectNotVisible()
337 public boolean canShowTasksInHostDeviceRecents() { in canShowTasksInHostDeviceRecents() method in GenericWindowPolicyController
470 assertThat(gwpc.canShowTasksInHostDeviceRecents()).isTrue(); in getDevicePolicy_defaultRecentsPolicy_gwpcCanShowRecentsOnHostDevice()485 assertThat(gwpc.canShowTasksInHostDeviceRecents()).isFalse(); in getDevicePolicy_customRecentsPolicy_gwpcCannotShowRecentsOnHostDevice()