Searched refs:getActivityToken (Results 1 – 4 of 4) sorted by relevance
23 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()
69 mOwnerToken = getActivityToken(mOwnerActivity); in setUp()271 final IBinder embeddedActivityToken = getActivityToken(embeddedActivity); in testActivityVisibilityBehindTaskFragment()
77 mOwnerToken = getActivityToken(mOwnerActivity); in setUp()583 .reparentActivityToTaskFragment(primaryToken, getActivityToken(activityB)) in testTranslucentAdjacentTaskFragment()
65 public static IBinder getActivityToken(@NonNull Activity activity) { in getActivityToken() method in TaskFragmentOrganizerTestBase