Home
last modified time | relevance | path

Searched refs:getFocusedTaskId (Results 1 – 9 of 9) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DVrDisplayTests.java138 final int focusedTaskId = mWmState.getFocusedTaskId(); in testVrActivityLaunch()
187 final int focusedTaskId = mWmState.getFocusedTaskId(); in testVrActivityReLaunch()
236 final int focusedTaskId = mWmState.getFocusedTaskId(); in testActivityLaunchPostVr()
DMultiDisplaySecurityTests.java473 final int defaultDisplayFocusedTaskId = mWmState.getFocusedTaskId(); in testPermissionLaunchFromShell()
566 final int defaultDisplayFocusedRootTaskId = mWmState.getFocusedTaskId(); in testPermissionLaunchFromDifferentApp()
DMultiDisplayActivityLaunchTests.java356 final int newFrontRootTaskId = mWmState.getFocusedTaskId(); in testLaunchNonResizeableActivityFromSecondaryDisplayNewTask()
752 rootTaskId, mWmState.getFocusedTaskId()); in testTaskMatchOrderAcrossDisplays()
DMultiDisplayPolicyTests.java378 final int defaultDisplayStackId = mWmState.getFocusedTaskId(); in testMoveTaskBetweenDisplays()
/cts/tests/tests/gameservice/src/android/service/games/testing/
DIGameServiceTestService.aidl36 int getFocusedTaskId(); in getFocusedTaskId() method
/cts/tests/tests/gameservice/src/android/service/games/
DGameServiceTestService.java90 public int getFocusedTaskId() {
DGameServiceTest.java297 int taskId = getTestService().getFocusedTaskId(); in getTaskId_returnsTaskIdOfGame()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java352 && topFocus == (amState.getFocusedTaskId() == rootTask.getRootTaskId()); in waitWindowingModeTopFocus()
583 assertEquals(msg, taskId, getFocusedTaskId());
DWindowManagerState.java569 int getFocusedTaskId() { in getFocusedTaskId() method in WindowManagerState