Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerPinnedStackTests.java65 private static final String EXTRA_ENTER_PIP_ON_PAUSE = "enter_pip_on_pause"; field in ActivityManagerPinnedStackTests
401 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP_ON_PAUSE, "true"); in testAutoEnterPictureInPicture()
419 EXTRA_ENTER_PIP_ON_PAUSE, "true", in testAutoEnterPictureInPictureLaunchActivity()
440 EXTRA_ENTER_PIP_ON_PAUSE, "true", in testAutoEnterPictureInPictureFinish()
450 EXTRA_ENTER_PIP_ON_PAUSE, "true", in testAutoEnterPictureInPictureAspectRatio()
481 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP_ON_PAUSE, "true"); in testAutoEnterPictureInPictureOverPip()
736 EXTRA_ENTER_PIP_ON_PAUSE, "true", in testEnterPipWithResumeWhilePausingActivityNoStop()
746 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP_ON_PAUSE, "true"); in testDisallowEnterPipActivityLocked()
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
DPipActivity.java83 private static final String EXTRA_ENTER_PIP_ON_PAUSE = "enter_pip_on_pause"; field in PipActivity
244 if (getIntent().hasExtra(EXTRA_ENTER_PIP_ON_PAUSE)) { in onPause()