Home
last modified time | relevance | path

Searched refs:instrumentationTest (Results 1 – 2 of 2) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java129 InstrumentationTest instrumentationTest = new InstrumentationTest(); in createInstrumentationTest() local
131 instrumentationTest.setPackageName(LAUNCH_TEST_PACKAGE); in createInstrumentationTest()
132 instrumentationTest.setConfiguration(mConfiguration); in createInstrumentationTest()
133 instrumentationTest.addInstrumentationArg(PACKAGE_TO_LAUNCH, packageBeingTested); in createInstrumentationTest()
134 instrumentationTest.setRunnerName(LAUNCH_TEST_RUNNER); in createInstrumentationTest()
135 instrumentationTest.setDevice(mDevice); in createInstrumentationTest()
136 instrumentationTest.addInstrumentationArg( in createInstrumentationTest()
138 instrumentationTest.addInstrumentationArg( in createInstrumentationTest()
142 instrumentationTest.setShellTimeout(testTimeoutMs); in createInstrumentationTest()
143 instrumentationTest.setTestTimeout(testTimeoutMs); in createInstrumentationTest()
[all …]
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java69 InstrumentationTest instrumentationTest = createFailingInstrumentationTest(); in run_testFailed() local
70 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_testFailed()
79 InstrumentationTest instrumentationTest = createPassingInstrumentationTest(); in run_testPassed() local
80 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_testPassed()
89 InstrumentationTest instrumentationTest = createPassingInstrumentationTest(); in run_takeScreenShot_savesToTestLog() local
90 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_takeScreenShot_savesToTestLog()
131 InstrumentationTest instrumentationTest = createPassingInstrumentationTestAfterFailing(2); in run_testRetry_passedAfterTwoFailings() local
132 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest, 2); in run_testRetry_passedAfterTwoFailings()
141 InstrumentationTest instrumentationTest = createPassingInstrumentationTestAfterFailing(3); in run_testRetry_failedAfterThreeFailings() local
142 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest, 2); in run_testRetry_failedAfterThreeFailings()