OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTestCasesDir
(Results
1 - 9
of
9
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildHelper.java
102
File apkFile = new File(
getTestCasesDir
(), appFileName);
131
public File
getTestCasesDir
() {
161
if (!
getTestCasesDir
().exists()) {
164
getTestCasesDir
().getAbsolutePath()));
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
AccessibilityServiceTestRunner.java
75
File file = FileUtil.getFileForPath(mCtsBuild.
getTestCasesDir
(), apkName);
AccessibilityTestRunner.java
80
File file = FileUtil.getFileForPath(mCtsBuild.
getTestCasesDir
(), apkName);
GeeTest.java
72
File nativeExe = new File(mCtsBuild.
getTestCasesDir
(), mExeName);
VMHostTest.java
71
File jarFile = new File(ctsBuild.
getTestCasesDir
(), getJarFileName());
CtsTest.java
467
IRemoteTest testForPackage = testPkgDef.createTest(mCtsBuild.
getTestCasesDir
());
651
DeviceInfoCollector.collectDeviceInfo(device, ctsBuild.
getTestCasesDir
(), listener);
661
return new TestPackageRepo(mCtsBuild.
getTestCasesDir
(), mIncludeKnownFailures);
JarHostTest.java
201
deviceTest.setTestAppPath(mCtsBuild.
getTestCasesDir
().getAbsolutePath());
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java
115
ITestPackageRepo pkgDefRepo = new TestPackageRepo(build.
getTestCasesDir
(),
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java
194
ITestPackageRepo testCaseRepo = new TestPackageRepo(ctsBuild.
getTestCasesDir
(), false);
Completed in 589 milliseconds