Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java33 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP_ON_PIP_REQUESTED;
308 if (getIntent().hasExtra(EXTRA_ENTER_PIP_ON_PIP_REQUESTED)) { in onPictureInPictureRequested()
DComponents.java497 public static final String EXTRA_ENTER_PIP_ON_PIP_REQUESTED = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java56 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP_ON_PIP_REQUESTED;
492 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ENTER_PIP_ON_PIP_REQUESTED, "true")); in testAutoEnterPictureInPictureOnPictureInPictureRequested()