Searched refs:testPath (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
H A D | GestureManifoldTest.java | 73 testPath(p(-d, +0), AccessibilityService.GESTURE_SWIPE_LEFT); in testRecognizeGesturePath() 74 testPath(p(+d, +0), AccessibilityService.GESTURE_SWIPE_RIGHT); in testRecognizeGesturePath() 75 testPath(p(+0, -d), AccessibilityService.GESTURE_SWIPE_UP); in testRecognizeGesturePath() 76 testPath(p(+0, +d), AccessibilityService.GESTURE_SWIPE_DOWN); in testRecognizeGesturePath() 78 testPath(p(-d, +0), p((-d - d), +0), AccessibilityService.GESTURE_SWIPE_LEFT); in testRecognizeGesturePath() 90 testPath(p(+0, -d), p(+0, (-d - d)), AccessibilityService.GESTURE_SWIPE_UP); in testRecognizeGesturePath() 105 private void testPath(Point delta, int gestureId) { in testPath() method in GestureManifoldTest 112 testPath(path, gestureId); in testPath() 116 private void testPath(Point delta1, Point delta2, int gestureId) { in testPath() method in GestureManifoldTest 126 testPath(path, gestureId); in testPath() [all …]
|
/aosp14/frameworks/base/tools/bit/ |
H A D | main.cpp | 752 string testPath = deviceTargetPath + "/testcases/"; in run_phases() local 776 && (starts_with(file, dataPath) || starts_with(file, testPath))) { in run_phases() 1010 && (starts_with(filename, dataPath) || starts_with(filename, testPath)))) { in run_phases()
|