OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instrTest
(Results
1 - 2
of
2
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DeviceInfoCollector.java
65
InstrumentationTest
instrTest
= new InstrumentationTest();
66
instrTest
.setDevice(device);
67
instrTest
.setInstallFile(apkFile);
69
instrTest
.setRerunMode(false);
70
instrTest
.setPackageName(APP_PACKAGE_NAME);
71
instrTest
.setRunName(AbiUtils.createId(abi, APP_PACKAGE_NAME));
72
instrTest
.setRunnerName(INSTRUMENTATION_NAME);
73
instrTest
.run(listener);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java
283
CtsInstrumentationApkTest
instrTest
= new CtsInstrumentationApkTest();
288
instrTest
.setTestTimeout(mTimeoutInMins * 60 * 1000);
290
return setInstrumentationTest(
instrTest
, testCaseDir);
311
* @param
instrTest
314
private InstrumentationTest setInstrumentationTest(CtsInstrumentationApkTest
instrTest
,
316
instrTest
.setRunName(mAppPackageName);
317
instrTest
.setPackageName(mAppNameSpace);
318
instrTest
.setRunnerName(mRunner);
319
instrTest
.setTestPackageName(mTestPackageName);
320
instrTest
.setClassName(mClassName)
[
all
...]
Completed in 1830 milliseconds