Searched refs:LAUNCH_PIP_ON_PIP_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
46 import static android.server.wm.app.Components.LAUNCH_PIP_ON_PIP_ACTIVITY;1462 launchActivity(LAUNCH_PIP_ON_PIP_ACTIVITY); in testTranslucentActivityOnTopOfPinnedTask()1465 enterPipAndAssertPinnedTaskExists(LAUNCH_PIP_ON_PIP_ACTIVITY); in testTranslucentActivityOnTopOfPinnedTask()1472 mWmState.assertVisibility(LAUNCH_PIP_ON_PIP_ACTIVITY, true); in testTranslucentActivityOnTopOfPinnedTask()
68 public static final ComponentName LAUNCH_PIP_ON_PIP_ACTIVITY = field in Components