Searched refs:EXTRA_ALLOW_AUTO_PIP (Results 1 – 3 of 3) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | PinnedStackTests.java | 63 import static android.server.wm.app.Components.PipActivity.EXTRA_ALLOW_AUTO_PIP; 233 extraString(EXTRA_ALLOW_AUTO_PIP, "true")); in testAutoEnterPipIsInPictureInPictureModeInOnPause() 407 extraString(EXTRA_ALLOW_AUTO_PIP, "true"), in testEnterPipOnBackPressedWithAutoPipEnabled() 1085 extraString(EXTRA_ALLOW_AUTO_PIP, "true"), in testAutoEnterPipFromTaskWithMultipleActivities() 1591 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ALLOW_AUTO_PIP, "true")); in testAutoPipAllowedBypassesExplicitEnterPip() 1604 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ALLOW_AUTO_PIP, "true")); in testAutoPipOnLaunchingRegularActivity() 1625 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ALLOW_AUTO_PIP, "true")); in testAutoPipOnLaunchingTranslucentActivity() 1637 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ALLOW_AUTO_PIP, "true")); in testAutoPipOnLaunchingTranslucentActivityInAnotherTask() 1649 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ALLOW_AUTO_PIP, "true")); in testAutoPipOnLaunchingActivityWithNoUserAction() 1667 launchActivity(PIP_ACTIVITY, extraString(EXTRA_ALLOW_AUTO_PIP, "true")); in testAutoPipOnLaunchingActivityWithNoAnimation()
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | PipActivity.java | 30 import static android.server.wm.app.Components.PipActivity.EXTRA_ALLOW_AUTO_PIP; 240 if (parseBooleanExtra(EXTRA_ALLOW_AUTO_PIP)) { in onCreate()
|
D | Components.java | 550 public static final String EXTRA_ALLOW_AUTO_PIP = "enter_pip_auto_pip_allowed"; field in Components.PipActivity
|