Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/
H A DQuickSwitchBetweenTwoAppsForwardTest.kt58 private val testApp2 = NonResizeableAppHelper(instrumentation) regex
66 testApp2.launchViaIntent(wmHelper)
81 .withFullScreenApp(testApp2)
89 testApp2.exit(wmHelper)
141 this.visibleRegion(testApp2.or(ComponentNameMatcher.LETTERBOX))
153 flicker.assertWmEnd { this.isAppWindowOnTop(testApp2) }
164 this.isAppWindowInvisible(testApp2)
168 .isAppWindowVisible(testApp2)
179 flicker.assertLayers { this.isInvisible(testApp2).then().isVisible(testApp2) }
217 .isAppWindowVisible(testApp2)
[all …]
H A DQuickSwitchBetweenTwoAppsBackTest.kt57 private val testApp2 = NonResizeableAppHelper(instrumentation) regex
65 testApp2.launchViaIntent(wmHelper)
81 testApp2.exit(wmHelper)
92 flicker.assertWmStart { this.visibleRegion(testApp2).coversExactly(startDisplayBounds) }
102 flicker.assertLayersStart { this.visibleRegion(testApp2).coversExactly(startDisplayBounds) }
109 flicker.assertWmStart { this.isAppWindowOnTop(testApp2) }
175 flicker.assertWm { this.isAppWindowVisible(testApp2).then().isAppWindowInvisible(testApp2) }
185 flicker.assertLayers { this.isVisible(testApp2).then().isInvisible(testApp2) }
197 this.isAppWindowVisible(testApp2)
217 this.isVisible(testApp2)
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/service/quickswitch/scenarios/
H A DQuickSwitchBetweenTwoAppsForward.kt40 private val testApp2 = NonResizeableAppHelper(instrumentation) regex
49 testApp2.launchViaIntent(wmHelper)
64 .withFullScreenApp(testApp2)
73 testApp2.exit(wmHelper)
H A DQuickSwitchBetweenTwoAppsBack.kt40 private val testApp2 = NonResizeableAppHelper(instrumentation) regex
49 testApp2.launchViaIntent(wmHelper)
66 testApp2.exit(wmHelper)
/aosp14/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
H A DOverlayBaseTest.java264 public void testApp2() throws Throwable { in testApp2() method in OverlayBaseTest