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