Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsesLibraryApp/src/com/android/cts/useslibrary/
DUsesLibraryTest.java75 String testPath = libPath + File.pathSeparator + apkPath + File.pathSeparator + apkPath; in testDuplicateLibrary() local
76 PathClassLoader testLoader = new PathClassLoader(testPath, null); in testDuplicateLibrary()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java257 String testPath = String.valueOf(mTestPathDistances.get(pathNumber)); in recordPathTestResults() local
261 " Paths: " + referencePath + " " + testPath + "\n"; in recordPathTestResults()
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieTest.java186 public void testPath() { in testPath() method in CookieTest