Searched refs:stringExtras (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
H A D | PipDragTest.kt | 45 val stringExtras = mapOf(ActivityOptions.Pip.EXTRA_ENTER_PIP to "true") regex 48 pipApp.launchViaIntentAndWaitForPip(wmHelper, stringExtras = stringExtras)
|
H A D | PipDragThenSnapTest.kt | 47 val stringExtras: Map<String, String> = 57 pipApp.launchViaIntentAndWaitForPip(wmHelper, stringExtras = stringExtras)
|
H A D | EnterPipToOtherOrientation.kt | 98 stringExtras = mapOf(EXTRA_FIXED_ORIENTATION to ORIENTATION_PORTRAIT.toString()) 103 stringExtras = mapOf(EXTRA_FIXED_ORIENTATION to ORIENTATION_LANDSCAPE.toString())
|
H A D | PipTransition.kt | 83 stringExtras = mapOf(ActivityOptions.Pip.EXTRA_ENTER_PIP to "true")
|
H A D | SetRequestedOrientationWhilePinned.kt | 74 stringExtras = mapOf(EXTRA_FIXED_ORIENTATION to ORIENTATION_LANDSCAPE.toString())
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
H A D | ImeShownOnAppStartHelper.kt | 56 stringExtras: Map<String, String>, 63 stringExtras,
|
H A D | PipAppHelper.kt | 243 stringExtras: Map<String, String> 249 stringExtras,
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
H A D | SplitScreenUtils.kt | 119 val stringExtras = mapOf(Primary.EXTRA_LAUNCH_ADJACENT to "true") regex 120 primaryApp.launchViaIntent(wmHelper, null, null, stringExtras)
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ |
H A D | SeamlessAppRotationTest.kt | 105 stringExtras =
|