Searched refs:LAUNCH_PIP_ON_PIP_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
39 import static android.server.wm.app.Components.LAUNCH_PIP_ON_PIP_ACTIVITY;85 executeShellCommand(getAmStartCmdOverHome(LAUNCH_PIP_ON_PIP_ACTIVITY)); in testTranslucentActivityOnTopOfPinnedStack()86 mAmWmState.waitForValidState(LAUNCH_PIP_ON_PIP_ACTIVITY); in testTranslucentActivityOnTopOfPinnedStack()90 LAUNCH_PIP_ON_PIP_ACTIVITY); in testTranslucentActivityOnTopOfPinnedStack()102 mAmWmState.assertVisibility(LAUNCH_PIP_ON_PIP_ACTIVITY, true); in testTranslucentActivityOnTopOfPinnedStack()
64 public static final ComponentName LAUNCH_PIP_ON_PIP_ACTIVITY = field in Components