Searched refs:instrumentationTest (Results 1 – 2 of 2) sorted by relevance
129 InstrumentationTest instrumentationTest = new InstrumentationTest(); in createInstrumentationTest() local131 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 …]
69 InstrumentationTest instrumentationTest = createFailingInstrumentationTest(); in run_testFailed() local70 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_testFailed()79 InstrumentationTest instrumentationTest = createPassingInstrumentationTest(); in run_testPassed() local80 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_testPassed()89 InstrumentationTest instrumentationTest = createPassingInstrumentationTest(); in run_takeScreenShot_savesToTestLog() local90 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest); in run_takeScreenShot_savesToTestLog()131 InstrumentationTest instrumentationTest = createPassingInstrumentationTestAfterFailing(2); in run_testRetry_passedAfterTwoFailings() local132 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest, 2); in run_testRetry_passedAfterTwoFailings()141 InstrumentationTest instrumentationTest = createPassingInstrumentationTestAfterFailing(3); in run_testRetry_failedAfterThreeFailings() local142 AppLaunchTest appLaunchTest = createLaunchTestWithInstrumentation(instrumentationTest, 2); in run_testRetry_failedAfterThreeFailings()