Home
last modified time | relevance | path

Searched refs:testApp2 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/FlickerTests/QuickSwitch/src/com/android/server/wm/flicker/quickswitch/
DQuickSwitchBetweenTwoAppsBackTest.kt55 private val testApp2 = NonResizeableAppHelper(instrumentation) constant
63 testApp2.launchViaIntent(wmHelper) in <lambda>()
79 testApp2.exit(wmHelper) in <lambda>()
90 flicker.assertWmStart { this.visibleRegion(testApp2).coversExactly(startDisplayBounds) } in startsWithApp2WindowsCoverFullScreen()
100 flicker.assertLayersStart { this.visibleRegion(testApp2).coversExactly(startDisplayBounds) } in startsWithApp2LayersCoverFullScreen()
107 flicker.assertWmStart { this.isAppWindowOnTop(testApp2) } in startsWithApp2WindowBeingOnTop()
173 flicker.assertWm { this.isAppWindowVisible(testApp2).then().isAppWindowInvisible(testApp2) } in app2WindowBecomesAndStaysInvisible()
183 flicker.assertLayers { this.isVisible(testApp2).then().isInvisible(testApp2) } in app2LayerBecomesAndStaysInvisible()
195 this.isAppWindowVisible(testApp2) in app1WindowIsVisibleOnceApp2WindowIsInvisible()
215 this.isVisible(testApp2) in app1LayerIsVisibleOnceApp2LayerIsInvisible()
DQuickSwitchBetweenTwoAppsForwardTest.kt55 private val testApp2 = NonResizeableAppHelper(instrumentation) constant
63 testApp2.launchViaIntent(wmHelper) in <lambda>()
78 .withFullScreenApp(testApp2) in <lambda>()
86 testApp2.exit(wmHelper) in <lambda>()
126 flicker.assertWmEnd { this.visibleRegion(testApp2).coversExactly(startDisplayBounds) } in endsWithApp2WindowsCoveringFullScreen()
137 this.visibleRegion(testApp2.or(ComponentNameMatcher.LETTERBOX)) in endsWithApp2LayersCoveringFullScreen()
149 flicker.assertWmEnd { this.isAppWindowOnTop(testApp2) } in endsWithApp2BeingOnTop()
159 this.isAppWindowInvisible(testApp2) in app2WindowBecomesAndStaysVisible()
163 .isAppWindowVisible(testApp2) in app2WindowBecomesAndStaysVisible()
174 flicker.assertLayers { this.isInvisible(testApp2).then().isVisible(testApp2) } in app2LayerBecomesAndStaysVisible()
[all …]
/frameworks/base/tests/FlickerTests/FlickerService/src/com/android/server/wm/flicker/service/quickswitch/scenarios/
DQuickSwitchBetweenTwoAppsForward.kt41 private val testApp2 = NonResizeableAppHelper(instrumentation) constant in com.android.server.wm.flicker.service.quickswitch.scenarios.QuickSwitchBetweenTwoAppsForward
51 testApp2.launchViaIntent(wmHelper) in setup()
67 .withFullScreenApp(testApp2) in quickSwitchBetweenTwoAppsForward()
76 testApp2.exit(wmHelper) in teardown()
DQuickSwitchBetweenTwoAppsBack.kt41 private val testApp2 = NonResizeableAppHelper(instrumentation) constant in com.android.server.wm.flicker.service.quickswitch.scenarios.QuickSwitchBetweenTwoAppsBack
51 testApp2.launchViaIntent(wmHelper) in setup()
69 testApp2.exit(wmHelper) in teardown()
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
DOverlayBaseTest.java264 public void testApp2() throws Throwable { in testApp2() method in OverlayBaseTest