Home
last modified time | relevance | path

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

/cts/tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/
DSdkSandboxCookieTest.java52 public void testPath() throws Throwable { in testPath() method in SdkSandboxCookieTest
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21272/test-app/src/android/security/cts/CVE_2023_21272_test/
DDeviceTest.java69 final String testPath = "s/all_downloads"; in testCVE_2023_21272() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieTest.java217 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.java358 private void testPath(Point delta, int gestureId) { in testPath() method in AccessibilityGestureDetectorTest
363 private void testPath(Point delta, int gestureId, int displayId) { in testPath() method in AccessibilityGestureDetectorTest
367 private void testPath(Point delta1, Point delta2, int gestureId) { in testPath() method in AccessibilityGestureDetectorTest
375 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