Home
last modified time | relevance | path

Searched refs:mRemoteToken (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java615 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 DTransitionTests.java170 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 DDisplayAreaOrganizerTest.java142 .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 DDisplayAreaPolicyBuilderTest.java786 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 DContentRecordingControllerTests.java77 mTaskWindowContainer.mRemoteToken = mRootTaskToken; in setup()
H A DTaskFragmentOrganizerControllerTest.java157 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 DWindowManagerServiceTests.java819 task.mRemoteToken.toWindowContainerToken().asBinder()); in setContentRecordingSession_matchingTask_mutatesSessionWithWindowContainerToken()
1026 testActivity.getTask().mRemoteToken = remoteToken; in setupActivityWithLaunchCookie()
H A DDisplayAreaTest.java603 assertThat(info.token).isEqualTo(displayArea.mRemoteToken.toWindowContainerToken()); in testGetDisplayAreaInfo()
H A DTaskLaunchParamsModifierTests.java192 .mRemoteToken.toWindowContainerToken()); in testUsesOptionsDisplayAreaTokenIfSet()
493 mDefaultDisplay.getDefaultTaskDisplayArea().mRemoteToken.toWindowContainerToken()); in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayAreaToken()
H A DActivityStarterTests.java1109 .setLaunchRootTask(adjacentParent.mRemoteToken.toWindowContainerToken()); in testAdjustLaunchTargetWithAdjacentTask()
H A DDisplayContentTests.java2104 WindowContainerToken dcToken = dc.mRemoteToken.toWindowContainerToken(); in testShellTransitRotation()
/aosp14/frameworks/base/media/java/android/media/
H A DRingtone.java77 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 DDisplayArea.java102 mRemoteToken = new RemoteToken(this); in DisplayArea()
634 final DisplayAreaInfo info = new DisplayAreaInfo(mRemoteToken.toWindowContainerToken(), in getDisplayAreaInfo()
H A DTransition.java2259 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 DActivityStartController.java179 options.setLaunchTaskDisplayArea(taskDisplayArea.mRemoteToken in startHomeActivity()
H A DTaskFragment.java412 mRemoteToken = new RemoteToken(this); in TaskFragment()
2638 mRemoteToken.toWindowContainerToken(), in getTaskFragmentInfo()
H A DTaskOrganizerController.java1019 return task.mRemoteToken.toWindowContainerToken(); in getImeTarget()
H A DWindowContainer.java328 RemoteToken mRemoteToken = null; field in WindowContainer
H A DTask.java3403 info.token = mRemoteToken.toWindowContainerToken();
H A DWindowManagerService.java8716 targetActivity.getTask().mRemoteToken.toWindowContainerToken(); in getTaskWindowContainerTokenForLaunchCookie()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt29591 Landroid/media/Ringtone;->mRemoteToken:Landroid/os/Binder;