Home
last modified time | relevance | path

Searched refs:EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java27 import static android.server.wm.app.Components.PipActivity.EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP;
284 if (getIntent().hasExtra(EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP) && !mEnteredPictureInPicture) { in onStop()
355 intent.putExtra(EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP, "true"); in launchEnterPipActivity()
DComponents.java481 public static final String EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java51 import static android.server.wm.app.Components.PipActivity.EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP;
916 extraString(EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP, "true")); in testEnterPipWithResumeWhilePausingActivityNoStop()