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/activitymanager/src/android/server/am/
DActivityManagerActivityVisibilityTests.java37 import static android.server.am.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/activitymanager/app/src/android/server/am/
DComponents.java60 public static final ComponentName LAUNCH_PIP_ON_PIP_ACTIVITY = field in Components