Home
last modified time | relevance | path

Searched refs:stringExtras (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/
DPipDragTest.kt46 val stringExtras = mapOf(ActivityOptions.Pip.EXTRA_ENTER_PIP to "true") in <lambda>() constant
49 pipApp.launchViaIntentAndWaitForPip(wmHelper, stringExtras = stringExtras) in <lambda>()
DPipDragThenSnapTest.kt49 val stringExtras: Map<String, String> = in <lambda>() constant
59 pipApp.launchViaIntentAndWaitForPip(wmHelper, stringExtras = stringExtras) in <lambda>()
DEnterPipToOtherOrientation.kt99 stringExtras = mapOf(EXTRA_FIXED_ORIENTATION to ORIENTATION_PORTRAIT.toString()) in <lambda>()
104 stringExtras = mapOf(EXTRA_FIXED_ORIENTATION to ORIENTATION_LANDSCAPE.toString()) in <lambda>()
DSetRequestedOrientationWhilePinned.kt75 stringExtras = mapOf(EXTRA_FIXED_ORIENTATION to ORIENTATION_LANDSCAPE.toString()) in <lambda>()
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DImeShownOnAppStartHelper.kt54 stringExtras: Map<String, String>, in launchViaIntent()
61 stringExtras, in launchViaIntent()
DPipAppHelper.kt247 stringExtras: Map<String, String> in <lambda>()
253 stringExtras, in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/common/
DPipTransition.kt83 stringExtras = mapOf(ActivityOptions.Pip.EXTRA_ENTER_PIP to "true") in <lambda>()
/frameworks/base/tests/FlickerTests/Rotation/src/com/android/server/wm/flicker/rotation/
DSeamlessAppRotationTest.kt103 stringExtras = in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DSplitScreenUtils.kt123 val stringExtras = mapOf(Primary.EXTRA_LAUNCH_ADJACENT to "true") in <lambda>() constant
124 primaryApp.launchViaIntent(wmHelper, null, null, stringExtras) in <lambda>()