Searched refs:PIP_ACTIVITY2 (Results 1 – 2 of 2) sorted by relevance
41 import static android.server.wm.app.Components.PIP_ACTIVITY2;620 launchActivity(PIP_ACTIVITY2, extraString(EXTRA_ENTER_PIP, "true")); in testDisallowMultipleTasksInPinnedStack()621 waitForEnterPipAnimationComplete(PIP_ACTIVITY2); in testDisallowMultipleTasksInPinnedStack()626 PIP_ACTIVITY2, WINDOWING_MODE_PINNED)); in testDisallowMultipleTasksInPinnedStack()
83 public static final ComponentName PIP_ACTIVITY2 = component("PipActivity2"); field in Components