Loading libs/WindowManager/Shell/tests/flicker/pip/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,10 @@ android_test { ":WMShellFlickerTestsPipCommon-src", ], static_libs: ["WMShellFlickerTestsBase"], test_suites: [ "device-tests", "csuite", ], } csuite_test { Loading libs/WindowManager/Shell/tests/flicker/pip/csuiteDefaultTemplate.xml +2 −2 Original line number Diff line number Diff line Loading @@ -71,9 +71,9 @@ <!-- Enable mocking GPS location by the test app --> <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer"> <option name="run-command" value="appops set com.android.wm.shell.flicker.pip.apps android:mock_location allow"/> value="appops set com.android.shell android:mock_location allow"/> <option name="teardown-command" value="appops set com.android.wm.shell.flicker.pip.apps android:mock_location deny"/> value="appops set com.android.shell android:mock_location deny"/> </target_preparer> <!-- Needed for pushing the trace config file --> Loading libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/apps/AppsEnterPipTransition.kt +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ abstract class AppsEnterPipTransition(flicker: LegacyFlickerTest) : EnterPipTran @FlickerBuilderProvider override fun buildFlicker(): FlickerBuilder { return FlickerBuilder(instrumentation).apply { withoutScreenRecorder() instrumentation.uiAutomation.adoptShellPermissionIdentity() setup { flicker.scenario.setIsTablet(tapl.isTablet) } transition() } Loading Loading
libs/WindowManager/Shell/tests/flicker/pip/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,10 @@ android_test { ":WMShellFlickerTestsPipCommon-src", ], static_libs: ["WMShellFlickerTestsBase"], test_suites: [ "device-tests", "csuite", ], } csuite_test { Loading
libs/WindowManager/Shell/tests/flicker/pip/csuiteDefaultTemplate.xml +2 −2 Original line number Diff line number Diff line Loading @@ -71,9 +71,9 @@ <!-- Enable mocking GPS location by the test app --> <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer"> <option name="run-command" value="appops set com.android.wm.shell.flicker.pip.apps android:mock_location allow"/> value="appops set com.android.shell android:mock_location allow"/> <option name="teardown-command" value="appops set com.android.wm.shell.flicker.pip.apps android:mock_location deny"/> value="appops set com.android.shell android:mock_location deny"/> </target_preparer> <!-- Needed for pushing the trace config file --> Loading
libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/apps/AppsEnterPipTransition.kt +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ abstract class AppsEnterPipTransition(flicker: LegacyFlickerTest) : EnterPipTran @FlickerBuilderProvider override fun buildFlicker(): FlickerBuilder { return FlickerBuilder(instrumentation).apply { withoutScreenRecorder() instrumentation.uiAutomation.adoptShellPermissionIdentity() setup { flicker.scenario.setIsTablet(tapl.isTablet) } transition() } Loading