Searched refs:shouldStartInTaskView (Results 1 – 3 of 3) sorted by relevance
111 if (taskView.getCallbacks().shouldStartInTaskView(taskInfo)) {137 if (taskView.getCallbacks().shouldStartInTaskView(taskInfo)) {172 if (taskView.getCallbacks().shouldStartInTaskView(taskInfo)) {195 if (taskView.getCallbacks().shouldStartInTaskView(taskInfo)) {
32 boolean shouldStartInTaskView(TaskInfo taskInfo); in shouldStartInTaskView() method
440 when(taskViewCallbacks.shouldStartInTaskView(any())).thenReturn(true); in testCreateSemiControlledTaskView()466 when(taskViewCallbacks.shouldStartInTaskView(any())).thenReturn(true); in testSemiControlledTaskAppeared_reparentedCorrectly()500 when(taskViewCallbacks.shouldStartInTaskView(any())).thenReturn(true); in testSemiControlledTaskVanished_reparentedCorrectly()855 when(taskViewCallbacks.shouldStartInTaskView(any())).thenReturn(true); in testReleaseAllTaskViews()