Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
DPipActivity.java89 private static final String EXTRA_REENTER_PIP_ON_EXIT = "reenter_pip_on_exit"; field in PipActivity
283 if (!isInPictureInPictureMode && getIntent().hasExtra(EXTRA_REENTER_PIP_ON_EXIT)) { in onPictureInPictureModeChanged()
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerPinnedStackTests.java69 private static final String EXTRA_REENTER_PIP_ON_EXIT = "reenter_pip_on_exit"; field in ActivityManagerPinnedStackTests
527 EXTRA_REENTER_PIP_ON_EXIT, "true"); in testPipUnPipOverHome()
550 EXTRA_REENTER_PIP_ON_EXIT, "true"); in testPipUnPipOverApp()