Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app27/src/android/server/wm/app27/
DComponents.java36 public static final ComponentName SDK_27_LAUNCH_ENTER_PIP_ACTIVITY = field in Components
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java75 import static android.server.wm.app27.Components.SDK_27_LAUNCH_ENTER_PIP_ACTIVITY;
873 launchActivity(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
881 waitAndAssertActivityState(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, STATE_STOPPED, in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
883 mWmState.assertVisibility(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, false); in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
886 launchActivity(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY); in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
887 waitAndAssertActivityState(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, STATE_RESUMED, in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
889 mWmState.assertVisibility(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, true); in testLaunchStoppedActivityWithPiPInSameProcessPreQ()