Searched refs:InstrumentationTest (Results 1 – 5 of 5) sorted by relevance
27 import com.android.tradefed.testtype.InstrumentationTest;108 InstrumentationTest instrTest = new InstrumentationTest(); in runInstrumentation()
27 import com.android.tradefed.testtype.InstrumentationTest;38 public class CtsInstrumentationApkTest extends InstrumentationTest implements IBuildReceiver {
25 import com.android.tradefed.testtype.InstrumentationTest;313 private InstrumentationTest setInstrumentationTest(CtsInstrumentationApkTest instrTest, in setInstrumentationTest()
54 import com.android.tradefed.testtype.InstrumentationTest;568 if (test instanceof InstrumentationTest) { in run()571 ((InstrumentationTest)test).addInstrumentationArg( in run()576 ((InstrumentationTest)test).addInstrumentationArg( in run()
54 public class InstrumentationTest extends InstrumentationTestCase { class