Searched refs:EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP (Results 1 – 3 of 3) sorted by relevance
27 import static android.server.wm.app.Components.PipActivity.EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP;229 if (getIntent().hasExtra(EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP) && !mEnteredPictureInPicture) { in onStop()274 intent.putExtra(EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP, "true"); in launchActivityIntoPinnedStack()289 intent.putExtra(EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP, "true"); in launchEnterPipActivity()
341 public static final String EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP = field in Components.PipActivity
45 import static android.server.wm.app.Components.PipActivity.EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP;806 EXTRA_ASSERT_NO_ON_STOP_BEFORE_PIP, "true"); in testEnterPipWithResumeWhilePausingActivityNoStop()