Home
last modified time | relevance | path

Searched refs:getTestCasesDir (Results 1 – 8 of 8) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
DCtsBuildHelper.java107 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/
DCtsFilePusher.java45 return new File(getCtsBuildHelper(buildInfo).getTestCasesDir(), fileName); in resolveRelativeFilePath()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DVMHostTest.java72 File jarFile = new File(ctsBuild.getTestCasesDir(), getJarFileName()); in installVmPrereqs()
DGeeTest.java125 File nativeExe = new File(mCtsBuild.getTestCasesDir(), mExeName); in installTest()
DCtsTest.java845 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()
DJarHostTest.java211 deviceTest.setTestAppPath(mCtsBuild.getTestCasesDir().getAbsolutePath()); in runTest()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DPlanCreator.java119 new TestPackageRepo(build.getTestCasesDir(), mIncludeKnownFailures); in createDerivedPlan()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
DCtsConsole.java200 ITestPackageRepo testCaseRepo = new TestPackageRepo(ctsBuild.getTestCasesDir(), false); in listPackages()