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.java64 import static android.server.wm.app27.Components.SDK_27_LAUNCH_ENTER_PIP_ACTIVITY;
763 launchActivity(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
771 waitAndAssertActivityState(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, STATE_STOPPED, in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
773 mAmWmState.assertVisibility(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, false); in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
776 launchActivity(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY); in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
777 waitAndAssertActivityState(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, STATE_RESUMED, in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
779 mAmWmState.assertVisibility(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, true); in testLaunchStoppedActivityWithPiPInSameProcessPreQ()