Home
last modified time | relevance | path

Searched refs:setAltDir (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DTestFilePushSetupTest.java142 setup.setAltDir(mAltDirFile1.getParentFile()); in testAltDirOverride()
185 setup.setAltDir(mAltDirFile1.getParentFile()); in testAltDirNoFallback()
199 setup.setAltDir(mAltDirFile2.getParentFile()); in testAltDirFallback()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestFilePushSetup.java194 protected void setAltDir(File altDir) { in setAltDir() method in TestFilePushSetup
DTestAppInstallSetup.java291 public void setAltDir(File altDir) { in setAltDir() method in TestAppInstallSetup