Searched refs:getTestCasesDir (Results 1 – 8 of 8) sorted by relevance
/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/ |
D | CtsBuildHelper.java | 107 File apkFile = new File(getTestCasesDir(), appFileName); in getTestApp() 136 public File getTestCasesDir() { in getTestCasesDir() method in CtsBuildHelper 166 if (!getTestCasesDir().exists()) { in validateStructure() 169 getTestCasesDir().getAbsolutePath())); in validateStructure()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/ |
D | CtsFilePusher.java | 45 return new File(getCtsBuildHelper(buildInfo).getTestCasesDir(), fileName); in resolveRelativeFilePath()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | VMHostTest.java | 72 File jarFile = new File(ctsBuild.getTestCasesDir(), getJarFileName()); in installVmPrereqs()
|
D | GeeTest.java | 125 File nativeExe = new File(mCtsBuild.getTestCasesDir(), mExeName); in installTest()
|
D | CtsTest.java | 845 IRemoteTest testForPackage = testPackageDef.createTest(mCtsBuild.getTestCasesDir()); in setupTestPackageList() 1100 … DeviceInfoCollector.collectDeviceInfo(device, abi, ctsBuild.getTestCasesDir(), listener); in collectDeviceInfo() 1102 device, abi, ctsBuild.getTestCasesDir(), listener, mBuildInfo); in collectDeviceInfo() 1126 return new TestPackageRepo(mCtsBuild.getTestCasesDir(), mIncludeKnownFailures); in createTestCaseRepo()
|
D | JarHostTest.java | 211 deviceTest.setTestAppPath(mCtsBuild.getTestCasesDir().getAbsolutePath()); in runTest()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | PlanCreator.java | 119 new TestPackageRepo(build.getTestCasesDir(), mIncludeKnownFailures); in createDerivedPlan()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/ |
D | CtsConsole.java | 200 ITestPackageRepo testCaseRepo = new TestPackageRepo(ctsBuild.getTestCasesDir(), false); in listPackages()
|