Home
last modified time | relevance | path

Searched refs:frontRootTaskId (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayActivityLaunchTests.java702 final int frontRootTaskId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchSameAffinityLaunchesSameDisplay() local
703 final Task firstFrontRootTask = mWmState.getRootTask(frontRootTaskId); in testLaunchSameAffinityLaunchesSameDisplay()
708 frontRootTaskId); in testLaunchSameAffinityLaunchesSameDisplay()
725 final Task secondFrontRootTask = mWmState.getRootTask(frontRootTaskId); in testLaunchSameAffinityLaunchesSameDisplay()
781 final int frontRootTaskId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchDisplayAffinityMatch() local
782 final Task firstFrontRootTask = mWmState.getRootTask(frontRootTaskId); in testLaunchDisplayAffinityMatch()
787 mWmState.assertFocusedRootTask("Focus must be on secondary display", frontRootTaskId); in testLaunchDisplayAffinityMatch()
943 final int frontRootTaskId = mWmState.getFrontRootTaskId(displayId); in testImmediateLaunchOnNewDisplay() local
944 final Task firstFrontRootTask = mWmState.getRootTask(frontRootTaskId); in testImmediateLaunchOnNewDisplay()
DMultiDisplaySecurityTests.java539 final int frontRootTaskId = mWmState.getFrontRootTaskId(newDisplay.mId); in testPermissionLaunchMultiUidTask() local
540 Task frontTask = mWmState.getRootTask(frontRootTaskId); in testPermissionLaunchMultiUidTask()
546 frontRootTaskId); in testPermissionLaunchMultiUidTask()
553 frontTask = mWmState.getRootTask(frontRootTaskId); in testPermissionLaunchMultiUidTask()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DVrDisplayTests.java277 final int frontRootTaskId = mWmState.getFrontRootTaskId(DEFAULT_DISPLAY); in testActivityLaunchPostVr() local
279 = mWmState.getRootTask(frontRootTaskId); in testActivityLaunchPostVr()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1293 final int frontRootTaskId = mWmState.getFrontRootTaskId(displayId); in waitAndAssertTopResumedActivity() local
1294 Task frontRootTaskOnDisplay = mWmState.getRootTask(frontRootTaskId); in waitAndAssertTopResumedActivity()
1301 frontRootTaskId); in waitAndAssertTopResumedActivity()