Home
last modified time | relevance | path

Searched defs:instrTest (Results 1 – 2 of 2) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DDeviceInfoCollector.java56 InstrumentationTest instrTest = new InstrumentationTest(); in collectDeviceInfo() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPackageDef.java225 InstrumentationApkTest instrTest = new InstrumentationApkTest(); in createTest() local
240 InstrumentationApkTest instrTest = new InstrumentationApkTest(); in createTest() local
252 private InstrumentationTest setInstrumentationTest(InstrumentationApkTest instrTest, in setInstrumentationTest()