/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | PinnedStackTests.java | 46 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP; 164 pinnedStackTester(getAmStartCmd(PIP_ACTIVITY, EXTRA_ENTER_PIP, "true"), in testEnterPictureInPictureMode() 198 EXTRA_ENTER_PIP, "true", in testNonTappablePipActivity() 215 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP, "true"); in testPinnedStackDefaultBounds() 253 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP, "true"); in testPinnedStackMovementBounds() 294 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP, "true", in testPinnedStackOutOfBoundsInsetsNonNegative() 323 EXTRA_ENTER_PIP, "true", in testPinnedStackInBoundsAfterRotation() 370 EXTRA_ENTER_PIP, "true", in testEnterPipAspectRatio() 395 EXTRA_ENTER_PIP, "true", in testResizePipAspectRatio() 421 EXTRA_ENTER_PIP, "true", in testEnterPipExtremeAspectRatio() [all …]
|
D | KeyguardLockedTests.java | 27 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP; 248 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP, "true"); in testShowWhenLockedActivityAndPipActivity() 277 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP, "true", in testShowWhenLockedPipActivity() 298 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP, "true", EXTRA_DISMISS_KEYGUARD, "true"); in testDismissKeyguardPipActivity()
|
D | AssistantStackTests.java | 41 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP; 109 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP, "true"); in testAssistantStackZOrder() 357 launchActivity(PIP_ACTIVITY, EXTRA_ENTER_PIP, "true"); in testPinnedStackWithAssistant()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/ |
D | ActivityLifecyclePipTests.java | 22 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP; 100 new Intent().putExtra(EXTRA_ENTER_PIP, true)); in testPipOnLaunch() 128 new Intent().putExtra(EXTRA_ENTER_PIP, true)); in testDestroyPip() 147 new Intent().putExtra(EXTRA_ENTER_PIP, true)); in testLaunchBelowPip() 167 new Intent().putExtra(EXTRA_ENTER_PIP, true)); in testIntoPipSameTask() 200 new Intent().putExtra(EXTRA_ENTER_PIP, true)); in testDestroyBelowPip() 217 new Intent().putExtra(EXTRA_ENTER_PIP, true)); in testSplitScreenBelowPip() 271 new Intent().putExtra(EXTRA_ENTER_PIP, true)); in testPipAboveSplitScreen()
|
D | ActivityLifecycleKeyguardTests.java | 21 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP; 144 new Intent().putExtra(EXTRA_ENTER_PIP, true)); in testKeyguardShowHideOverPip()
|
D | ActivityLifecycleClientTestBase.java | 20 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP; 401 if (getIntent().hasExtra(EXTRA_ENTER_PIP)) { in onCreate()
|
D | ActivityLifecycleTopResumedStateTests.java | 23 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP; 1004 new Intent().putExtra(EXTRA_ENTER_PIP, true)); in testTopPositionNotSwitchedToPip() 1041 new Intent().putExtra(EXTRA_ENTER_PIP, true)); in testTopPositionForAlwaysFocusableActivityInPip()
|
/cts/tests/framework/base/windowmanager/app27/src/android/server/wm/app27/ |
D | LaunchEnterPipActivity.java | 19 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP; 29 if (getIntent().hasExtra(EXTRA_ENTER_PIP)) { in onCreate()
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | TestActivityWithSameAffinity.java | 27 private static final String EXTRA_ENTER_PIP = "enter_pip"; field in TestActivityWithSameAffinity 38 if (getIntent().hasExtra(EXTRA_ENTER_PIP)) { in onCreate()
|
D | PipActivity.java | 29 import static android.server.wm.app.Components.PipActivity.EXTRA_ENTER_PIP; 131 if (getIntent().hasExtra(EXTRA_ENTER_PIP)) { in onCreate() 288 intent.putExtra(EXTRA_ENTER_PIP, "true"); in launchEnterPipActivity()
|
D | Components.java | 344 public static final String EXTRA_ENTER_PIP = "enter_pip"; field in Components.PipActivity
|