Home
last modified time | relevance | path

Searched refs:InstrumentationTest (Results 1 – 5 of 5) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DDeviceInfoCollector.java27 import com.android.tradefed.testtype.InstrumentationTest;
108 InstrumentationTest instrTest = new InstrumentationTest(); in runInstrumentation()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsInstrumentationApkTest.java27 import com.android.tradefed.testtype.InstrumentationTest;
38 public class CtsInstrumentationApkTest extends InstrumentationTest implements IBuildReceiver {
DTestPackageDef.java25 import com.android.tradefed.testtype.InstrumentationTest;
313 private InstrumentationTest setInstrumentationTest(CtsInstrumentationApkTest instrTest, in setInstrumentationTest()
DCtsTest.java54 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()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java54 public class InstrumentationTest extends InstrumentationTestCase { class