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/ |
D | PipDragTest.kt | 46 val stringExtras = mapOf(ActivityOptions.Pip.EXTRA_ENTER_PIP to "true") in <lambda>() constant 49 pipApp.launchViaIntentAndWaitForPip(wmHelper, stringExtras = stringExtras) in <lambda>()
|
D | PipDragThenSnapTest.kt | 49 val stringExtras: Map<String, String> = in <lambda>() constant 59 pipApp.launchViaIntentAndWaitForPip(wmHelper, stringExtras = stringExtras) in <lambda>()
|
D | EnterPipToOtherOrientation.kt | 99 stringExtras = mapOf(EXTRA_FIXED_ORIENTATION to ORIENTATION_PORTRAIT.toString()) in <lambda>() 104 stringExtras = mapOf(EXTRA_FIXED_ORIENTATION to ORIENTATION_LANDSCAPE.toString()) in <lambda>()
|
D | SetRequestedOrientationWhilePinned.kt | 75 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/ |
D | ImeShownOnAppStartHelper.kt | 54 stringExtras: Map<String, String>, in launchViaIntent() 61 stringExtras, in launchViaIntent()
|
D | PipAppHelper.kt | 247 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/ |
D | PipTransition.kt | 83 stringExtras = mapOf(ActivityOptions.Pip.EXTRA_ENTER_PIP to "true") in <lambda>()
|
/frameworks/base/tests/FlickerTests/Rotation/src/com/android/server/wm/flicker/rotation/ |
D | SeamlessAppRotationTest.kt | 103 stringExtras = in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
D | SplitScreenUtils.kt | 123 val stringExtras = mapOf(Primary.EXTRA_LAUNCH_ADJACENT to "true") in <lambda>() constant 124 primaryApp.launchViaIntent(wmHelper, null, null, stringExtras) in <lambda>()
|