Searched refs:EXTRA_ALLOW_AUTO_PIP (Results 1 – 3 of 3) sorted by relevance
26 import static android.server.wm.app.Components.PipActivity.EXTRA_ALLOW_AUTO_PIP;191 if (getIntent().hasExtra(EXTRA_ALLOW_AUTO_PIP)) { in onCreate()
516 public static final String EXTRA_ALLOW_AUTO_PIP = "enter_pip_auto_pip_allowed"; field in Components.PipActivity
50 import static android.server.wm.app.Components.PipActivity.EXTRA_ALLOW_AUTO_PIP;1292 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ALLOW_AUTO_PIP, "true")); in testAutoPipAllowedBypassesExplicitEnterPip()1305 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ALLOW_AUTO_PIP, "true")); in testAutoPipOnLaunchingAnotherActivity()