Searched refs:testPath (Results 1 – 3 of 3) sorted by relevance
75 String testPath = libPath + File.pathSeparator + apkPath + File.pathSeparator + apkPath; in testDuplicateLibrary() local76 PathClassLoader testLoader = new PathClassLoader(testPath, null); in testDuplicateLibrary()
257 String testPath = String.valueOf(mTestPathDistances.get(pathNumber)); in recordPathTestResults() local261 " Paths: " + referencePath + " " + testPath + "\n"; in recordPathTestResults()
186 public void testPath() { in testPath() method in CookieTest