Searched refs:getDependencyFile (Results 1 – 5 of 5) sorted by relevance
41 apkFile = testInfo.getDependencyFile(apkFileName, true); in getLocalPathForFilename()
174 public File getDependencyFile(String fileName, boolean targetFirst) in getDependencyFile() method in TestInformation
141 return testInfo.getDependencyFile(mScriptPath, false); in findScriptFile()
135 when(mTestInfo.getDependencyFile(any(), anyBoolean())).thenReturn(mScriptFile); in testSetUp_findFile()
1331 return testInfo.getDependencyFile(jarName, /* target first*/ false); in getJarFile()