Home
last modified time | relevance | path

Searched defs:testPath (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieTest.java186 public void testPath() { in testPath() method in CookieTest
/cts/hostsidetests/classloaders/useslibrary/app/src/com/android/cts/useslibrary/
DUsesLibraryTest.java84 String testPath = apkPath + File.pathSeparator + apkPath; in testDuplicateLibrary() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDetectorTest.java346 private void testPath(Point delta, int gestureId) { in testPath() method in AccessibilityGestureDetectorTest
351 private void testPath(Point delta, int gestureId, int displayId) { in testPath() method in AccessibilityGestureDetectorTest
355 private void testPath(Point delta1, Point delta2, int gestureId) { in testPath() method in AccessibilityGestureDetectorTest
363 private void testPath(Point delta1, Point delta2, int gestureId, int displayId) { in testPath() method in AccessibilityGestureDetectorTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java257 String testPath = String.valueOf(mTestPathDistances.get(pathNumber)); in recordPathTestResults() local