Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java26 import static android.server.wm.app.Components.PipActivity.EXTRA_ALLOW_AUTO_PIP;
191 if (getIntent().hasExtra(EXTRA_ALLOW_AUTO_PIP)) { in onCreate()
DComponents.java500 public static final String EXTRA_ALLOW_AUTO_PIP = "enter_pip_auto_pip_allowed"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java50 import static android.server.wm.app.Components.PipActivity.EXTRA_ALLOW_AUTO_PIP;
1298 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ALLOW_AUTO_PIP, "true")); in testAutoPipAllowedBypassesExplicitEnterPip()