Home
last modified time | relevance | path

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

/cts/tools/host/src/com/android/cts/
DHostConfig.java871 String hostControllerPath = pkg.getJarPath(); in removePackage() local
872 if ((hostControllerPath != null) && (hostControllerPath.length() != 0) in removePackage()
873 && (getReferenceCount(hostControllers, hostControllerPath) == 1)) { in removePackage()
875 + hostControllerPath + FILE_SUFFIX_JAR; in removePackage()