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/
DActivityVisibilityTests.java39 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()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java64 public static final ComponentName LAUNCH_PIP_ON_PIP_ACTIVITY = field in Components