Home
last modified time | relevance | path

Searched refs:getDependencyFile (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/suite/
DSuiteApkInstaller.java41 apkFile = testInfo.getDependencyFile(apkFileName, true); in getLocalPathForFilename()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DTestInformation.java174 public File getDependencyFile(String fileName, boolean targetFirst) in getDependencyFile() method in TestInformation
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRunHostScriptTargetPreparer.java141 return testInfo.getDependencyFile(mScriptPath, false); in findScriptFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DRunHostScriptTargetPreparerTest.java135 when(mTestInfo.getDependencyFile(any(), anyBoolean())).thenReturn(mScriptFile); in testSetUp_findFile()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostTest.java1331 return testInfo.getDependencyFile(jarName, /* target first*/ false); in getJarFile()