Searched refs:homeRootTask (Results 1 – 4 of 4) sorted by relevance
472 final Task homeRootTask = createTaskForShouldBeVisibleTest(mDefaultTaskDisplayArea, in testShouldBeVisible_Fullscreen() local482 assertTrue(homeRootTask.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()490 assertFalse(homeRootTask.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()496 assertTrue(homeRootTask.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()783 final Task homeRootTask = createTaskForShouldBeVisibleTest(mDefaultTaskDisplayArea, in testShouldBeVisible_Finishing() local785 ActivityRecord topRunningHomeActivity = homeRootTask.topRunningActivity(); in testShouldBeVisible_Finishing()788 .setTask(homeRootTask) in testShouldBeVisible_Finishing()796 assertTrue(homeRootTask.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Finishing()805 assertTrue(homeRootTask.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Finishing()807 assertTrue(homeRootTask.shouldBeVisible(topRunningHomeActivity /* starting */)); in testShouldBeVisible_Finishing()[all …]
2627 final Task homeRootTask = new TaskBuilder(mSupervisor) in testNotResumeHomeRootTaskOnRemovingDisplay() local2635 clearInvocations(homeRootTask); in testNotResumeHomeRootTaskOnRemovingDisplay()2641 verify(homeRootTask, never()).resumeTopActivityUncheckedLocked(any(), any()); in testNotResumeHomeRootTaskOnRemovingDisplay()
1693 final Task homeRootTask = activity.getDisplayArea().getRootHomeTask(); in testCompleteFinishing_lastActivityAboveEmptyHomeStack() local1694 homeRootTask.forAllLeafTasks((t) -> { in testCompleteFinishing_lastActivityAboveEmptyHomeStack()1695 homeRootTask.removeChild(t, "test"); in testCompleteFinishing_lastActivityAboveEmptyHomeStack()
1572 final Task homeRootTask = getOrCreateRootHomeTask();1573 if (homeRootTask != null) {1574 homeRootTask.moveToFront(reason);