Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/PipKeyboardTest.kt +2 −2 Original line number Diff line number Diff line Loading @@ -76,12 +76,12 @@ class PipKeyboardTest( } teardown { test { keyboardApp.exit() keyboardApp.forceStop() if (device.hasPipWindow()) { device.closePipWindow() } testApp.exit() testApp.forceStop() this.setRotation(Surface.ROTATION_0) } } Loading Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/PipKeyboardTest.kt +2 −2 Original line number Diff line number Diff line Loading @@ -76,12 +76,12 @@ class PipKeyboardTest( } teardown { test { keyboardApp.exit() keyboardApp.forceStop() if (device.hasPipWindow()) { device.closePipWindow() } testApp.exit() testApp.forceStop() this.setRotation(Surface.ROTATION_0) } } Loading