Searched refs:testApp2 (Results 1 – 5 of 5) sorted by relevance
58 private val testApp2 = NonResizeableAppHelper(instrumentation) regex66 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 …]
57 private val testApp2 = NonResizeableAppHelper(instrumentation) regex65 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)
40 private val testApp2 = NonResizeableAppHelper(instrumentation) regex49 testApp2.launchViaIntent(wmHelper)64 .withFullScreenApp(testApp2)73 testApp2.exit(wmHelper)
40 private val testApp2 = NonResizeableAppHelper(instrumentation) regex49 testApp2.launchViaIntent(wmHelper)66 testApp2.exit(wmHelper)
264 public void testApp2() throws Throwable { in testApp2() method in OverlayBaseTest