Home
last modified time | relevance | path

Searched refs:LAUNCH_PIP_ON_PIP_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java38 import static android.server.wm.app.Components.LAUNCH_PIP_ON_PIP_ACTIVITY;
1167 launchActivity(LAUNCH_PIP_ON_PIP_ACTIVITY); in testTranslucentActivityOnTopOfPinnedTask()
1170 enterPipAndAssertPinnedTaskExists(LAUNCH_PIP_ON_PIP_ACTIVITY); in testTranslucentActivityOnTopOfPinnedTask()
1177 mWmState.assertVisibility(LAUNCH_PIP_ON_PIP_ACTIVITY, true); in testTranslucentActivityOnTopOfPinnedTask()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java68 public static final ComponentName LAUNCH_PIP_ON_PIP_ACTIVITY = field in Components