Searched refs:testApp (Results 1 – 9 of 9) sorted by relevance
32 val testApp = component.build(scenarioInstance) in doEvaluate() constant34 isAppWindowNotOnTop(testApp) in doEvaluate()37 testApp.or(ComponentNameMatcher.SNAPSHOT).or(ComponentNameMatcher.SPLASH_SCREEN) in doEvaluate()
49 private val testApp = ClockAppHelper(instrumentation) constant in android.tools.integration.FlickerServiceTracesCollectorTest63 testApp.launchViaIntent(wmHelper) in canCollectTraces()64 testApp.exit(wmHelper) in canCollectTraces()76 testApp.launchViaIntent(wmHelper) in reportsTraceFile()77 testApp.exit(wmHelper) in reportsTraceFile()97 testApp.launchViaIntent(wmHelper) in reportedTraceFileContainsAllTraces()98 testApp.exit(wmHelper) in reportedTraceFileContainsAllTraces()
48 private val testApp = MessagingAppHelper(instrumentation) constant in android.tools.integration.FullLegacyTestRun69 teardown { testApp.exit(wmHelper) } in buildFlicker()70 transitions { testApp.launchViaIntent(wmHelper) } in buildFlicker()
54 private val testApp = MessagingAppHelper(instrumentation) constant64 testApp.launchViaIntent(wmHelper) in openApp()69 testApp.exit(wmHelper) in teardown()
98 private val testApp: BrowserAppHelper = BrowserAppHelper(instrumentation) in <lambda>() constant in android.tools.flicker.junit.FlickerServiceJUnit4ClassRunnerTest.SimpleTest109 testApp.open() in <lambda>()
282 private val testApp: BrowserAppHelper = BrowserAppHelper(instrumentation) in <lambda>() constant in android.tools.flicker.junit.LegacyFlickerJUnit4ClassRunnerTest.SimpleTest
25 "res/testApp/MyApplication/src/main/myapplication.widgets/**/*.java",
55 …ES}/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/res/testApp/MyApplication/lay…
25 .withTag("OpenAppCold_" + testApp.getLauncherName())34 .runBefore(testApp::exit)39 .run(testApp::open)44 .runAfterAll(testApp::exit)