Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTaskFragmentOrganizerPolicyTest.java23 import static android.server.wm.TaskFragmentOrganizerTestBase.getActivityToken;
157 getActivityToken(activity)); in testPerformOperationsOnNonOrganizedTaskFragment_ThrowException()
191 final IBinder ownerToken = getActivityToken(activity); in testStartActivityFromAnotherProcessInEmbeddedTask()
244 final IBinder ownerToken = getActivityToken(activity); in testStartAnotherAppActivityInTaskFragment()
272 final IBinder ownerToken = getActivityToken(activity); in testStartAnotherAppActivityWithEmbeddedTaskFragments()
307 final IBinder ownerToken = getActivityToken(activity); in testCreateTaskFragmentWithNonResizeableActivity_ThrowException()
336 final IBinder ownerToken = getActivityToken(activity); in testApplyHierarchyOpsInLockTaskMode()
DTaskFragmentOrganizerTest.java69 mOwnerToken = getActivityToken(mOwnerActivity); in setUp()
271 final IBinder embeddedActivityToken = getActivityToken(embeddedActivity); in testActivityVisibilityBehindTaskFragment()
DSplitActivityLifecycleTest.java77 mOwnerToken = getActivityToken(mOwnerActivity); in setUp()
583 .reparentActivityToTaskFragment(primaryToken, getActivityToken(activityB)) in testTranslucentAdjacentTaskFragment()
DTaskFragmentOrganizerTestBase.java65 public static IBinder getActivityToken(@NonNull Activity activity) { in getActivityToken() method in TaskFragmentOrganizerTestBase