Home
last modified time | relevance | path

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

/tools/platform-compat/java/android/compat/testing/
DClasspaths.java97 String remoteJarPath) throws DeviceNotAvailableException, IOException { in getClassDefsFromJar() argument
100 jar = device.pullFile(remoteJarPath); in getClassDefsFromJar()
102 throw new IllegalStateException("could not pull remote file " + remoteJarPath); in getClassDefsFromJar()