Home
last modified time | relevance | path

Searched refs:getJarFile (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java843 File jarFile = getJarFile(jar, mBuildInfo); in getJarPaths()
854 private File getJarFile(String jarName, IBuildInfo buildInfo) throws FileNotFoundException { in getJarFile() method in IsolatedHostTest
880 protected File getJarFile(String jarName, TestInformation testInfo) in getJarFile() method in IsolatedHostTest
DHostTest.java987 File f = getJarFile(moduleName + ".jar", mTestInfo); in getClasses()
1016 File file = getJarFile(jarName, mTestInfo); in getClasses()
1399 protected File getJarFile(String jarName, TestInformation testInfo) in getJarFile() method in HostTest