/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowOrganizerTests.java | 615 taskDisplayArea.mRemoteToken.toWindowContainerToken(), in testSetIgnoreOrientationRequest_taskDisplayArea() 625 taskDisplayArea.mRemoteToken.toWindowContainerToken(), in testSetIgnoreOrientationRequest_taskDisplayArea() 650 mDisplayContent.mRemoteToken.toWindowContainerToken(), in testSetIgnoreOrientationRequest_displayContent() 870 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testTaskInfoCallback() 886 wct.reparent(rootTask.mRemoteToken.toWindowContainerToken(), in testTaskInfoCallback() 888 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testTaskInfoCallback() 928 wct.reparent(rootTask.mRemoteToken.toWindowContainerToken(), in testHierarchyTransaction() 931 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testHierarchyTransaction() 942 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testHierarchyTransaction() 1288 wct.reparent(task1.mRemoteToken.toWindowContainerToken(), in testReparentToOrganizedTask() [all …]
|
H A D | TransitionTests.java | 170 assertNotNull(info.getChange(newTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask() 171 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask() 178 assertNotNull(info.getChange(newTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask() 179 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask() 186 assertNotNull(info.getChange(newTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask() 285 assertNotNull(info.getChange(tda.mRemoteToken.toWindowContainerToken())); in testCreateInfo_DisplayArea() 292 assertNotNull(info.getChange(tda.mRemoteToken.toWindowContainerToken())); in testCreateInfo_DisplayArea() 519 assertTrue(info.getChange(newTask.mRemoteToken.toWindowContainerToken()) in testCreateInfo_NoAnimation() 530 assertFalse(info.getChange(newTask.mRemoteToken.toWindowContainerToken()) in testCreateInfo_NoAnimation() 604 assertEquals(mDisplayContent.mRemoteToken.toWindowContainerToken(), in testTargets_noIntermediatesToWallpaper() [all …]
|
H A D | DisplayAreaOrganizerTest.java | 142 .isEqualTo(wc.mRemoteToken.toWindowContainerToken()); in testCreateTaskDisplayArea_topBelowRoot() 166 .isEqualTo(wc.mRemoteToken.toWindowContainerToken()); in testCreateTaskDisplayArea_topBelowAnotherTaskDisplayArea() 224 mOrganizerController.deleteTaskDisplayArea(newTda.mRemoteToken.toWindowContainerToken()); in testDeleteTaskDisplayArea() 267 tda.mRemoteToken.toWindowContainerToken())); in testDeleteTaskDisplayArea_invalidTaskDisplayArea()
|
H A D | ContentRecordingControllerTests.java | 130 mRootTaskToken.toWindowContainerToken().asBinder()); in testSetContentRecordingSessionLocked_updateSession_noLongerWaiting_accepted() 151 mRootTaskToken.toWindowContainerToken().asBinder()); in testSetContentRecordingSessionLocked_invalidUpdateSession_notWaiting_notAccepted()
|
H A D | DisplayAreaPolicyBuilderTest.java | 786 final WindowContainerToken fakeToken = mRoot.mRemoteToken.toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_InvalidTdaToken_ReturnsDefaultTda() 818 .toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_TdaOnDifferentDisplay_ThrowException() 847 .toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_ContainsTdaToken_ReturnsTda() 854 final WindowContainerToken tda1Token = mTda1.mRemoteToken.toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_ContainsTdaToken_ReturnsTda() 860 final WindowContainerToken tda2Token = mTda2.mRemoteToken.toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_ContainsTdaToken_ReturnsTda()
|
H A D | TaskFragmentOrganizerControllerTest.java | 157 mFragmentWindowToken = mTaskFragment.mRemoteToken.toWindowContainerToken(); in setup() 1455 mTransaction.setRelativeBounds(mTaskFragment.mRemoteToken.toWindowContainerToken(), in testMinDimensionViolation_setRelativeBounds() 1529 final WindowContainerToken token = mTaskFragment.mRemoteToken.toWindowContainerToken(); in testApplyTransaction_setRelativeBounds() 1568 final WindowContainerToken token = mTaskFragment.mRemoteToken.toWindowContainerToken(); in testUntrustedEmbedding_setRelativeBounds_adjustToTaskBounds() 1764 mFragmentWindowToken = mTaskFragment.mRemoteToken.toWindowContainerToken(); in setupTaskFragmentInPip()
|
H A D | WindowManagerServiceTests.java | 819 task.mRemoteToken.toWindowContainerToken().asBinder()); in setContentRecordingSession_matchingTask_mutatesSessionWithWindowContainerToken() 1021 when(remoteToken.toWindowContainerToken()).thenReturn(wct); in setupActivityWithLaunchCookie()
|
H A D | DisplayAreaTest.java | 603 assertThat(info.token).isEqualTo(displayArea.mRemoteToken.toWindowContainerToken()); in testGetDisplayAreaInfo()
|
H A D | TaskLaunchParamsModifierTests.java | 192 .mRemoteToken.toWindowContainerToken()); in testUsesOptionsDisplayAreaTokenIfSet() 493 mDefaultDisplay.getDefaultTaskDisplayArea().mRemoteToken.toWindowContainerToken()); in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayAreaToken()
|
H A D | ActivityStarterTests.java | 1109 .setLaunchRootTask(adjacentParent.mRemoteToken.toWindowContainerToken()); in testAdjustLaunchTargetWithAdjacentTask()
|
H A D | DisplayContentTests.java | 2104 WindowContainerToken dcToken = dc.mRemoteToken.toWindowContainerToken(); in testShellTransitRotation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStartController.java | 180 .toWindowContainerToken()); in startHomeActivity()
|
H A D | DisplayArea.java | 634 final DisplayAreaInfo info = new DisplayAreaInfo(mRemoteToken.toWindowContainerToken(), in getDisplayAreaInfo()
|
H A D | Transition.java | 2413 target.mRemoteToken != null ? target.mRemoteToken.toWindowContainerToken() in calculateTransitionInfo() 2417 change.setParent(info.mEndParent.mRemoteToken.toWindowContainerToken()); in calculateTransitionInfo() 2421 change.setLastParent(info.mStartParent.mRemoteToken.toWindowContainerToken()); in calculateTransitionInfo()
|
H A D | TaskOrganizerController.java | 1019 return task.mRemoteToken.toWindowContainerToken(); in getImeTarget()
|
H A D | TaskFragment.java | 2638 mRemoteToken.toWindowContainerToken(), in getTaskFragmentInfo()
|
H A D | WindowContainer.java | 3886 WindowContainerToken toWindowContainerToken() { in toWindowContainerToken() method in WindowContainer.RemoteToken
|
H A D | Task.java | 3403 info.token = mRemoteToken.toWindowContainerToken();
|
H A D | WindowManagerService.java | 8716 targetActivity.getTask().mRemoteToken.toWindowContainerToken(); in getTaskWindowContainerTokenForLaunchCookie()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 11717 HSPLcom/android/server/wm/WindowContainer$RemoteToken;->toWindowContainerToken()Landroid/window/Win…
|