/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() 678 t.setScreenSizeDp(rootTask.mRemoteToken in testOverrideConfigSize() 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 | DisplayAreaPolicyBuilderTest.java | 786 final WindowContainerToken fakeToken = mRoot.mRemoteToken.toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_InvalidTdaToken_ReturnsDefaultTda() 815 tdaOnSecondaryDisplay.mRemoteToken = new WindowContainer.RemoteToken(tdaOnSecondaryDisplay); in testGetTaskDisplayArea_DefaultFunction_TdaOnDifferentDisplay_ThrowException() 817 final WindowContainerToken tdaToken = tdaOnSecondaryDisplay.mRemoteToken in testGetTaskDisplayArea_DefaultFunction_TdaOnDifferentDisplay_ThrowException() 846 final WindowContainerToken defaultTdaToken = mDefaultTaskDisplayArea.mRemoteToken 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 | ContentRecordingControllerTests.java | 77 mTaskWindowContainer.mRemoteToken = mRootTaskToken; in setup()
|
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() 1026 testActivity.getTask().mRemoteToken = remoteToken; 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/media/java/android/media/ |
H A D | Ringtone.java | 77 private final Binder mRemoteToken; field in Ringtone 106 mRemoteToken = allowRemote ? new Binder() : null; in Ringtone() 367 mRemoteToken, mVolume, mIsLooping, mHapticGeneratorEnabled); in applyPlaybackProperties_sync() 521 mRemotePlayer.playWithVolumeShaping(mRemoteToken, canonicalUri, mAudioAttributes, in play() 543 mRemotePlayer.stop(mRemoteToken); in stop() 591 return mRemotePlayer.isPlaying(mRemoteToken); in isPlaying()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayArea.java | 102 mRemoteToken = new RemoteToken(this); in DisplayArea() 634 final DisplayAreaInfo info = new DisplayAreaInfo(mRemoteToken.toWindowContainerToken(), in getDisplayAreaInfo()
|
H A D | Transition.java | 2259 if (p.mRemoteToken == null) { in populateParentChanges() 2413 target.mRemoteToken != null ? target.mRemoteToken.toWindowContainerToken() in calculateTransitionInfo() 2417 change.setParent(info.mEndParent.mRemoteToken.toWindowContainerToken()); in calculateTransitionInfo() 2419 if (info.mStartParent != null && info.mStartParent.mRemoteToken != null in calculateTransitionInfo() 2421 change.setLastParent(info.mStartParent.mRemoteToken.toWindowContainerToken()); in calculateTransitionInfo()
|
H A D | ActivityStartController.java | 179 options.setLaunchTaskDisplayArea(taskDisplayArea.mRemoteToken in startHomeActivity()
|
H A D | TaskFragment.java | 412 mRemoteToken = new RemoteToken(this); in TaskFragment() 2638 mRemoteToken.toWindowContainerToken(), in getTaskFragmentInfo()
|
H A D | TaskOrganizerController.java | 1019 return task.mRemoteToken.toWindowContainerToken(); in getImeTarget()
|
H A D | WindowContainer.java | 328 RemoteToken mRemoteToken = null; field in WindowContainer
|
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/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 29591 Landroid/media/Ringtone;->mRemoteToken:Landroid/os/Binder;
|