Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java48 private ArrayList<Float> mTestPathDistances = new ArrayList<>(); field in Test
181mTestPathDistances = calculatePathDistance(mTestPath.getCurrentPath(), mTestPath.getPathMarkers()); in pathTest()
222 if (!mReferencePathDistances.isEmpty() && !mTestPathDistances.isEmpty()) { in calculatePathDifferences()
224 difference = mReferencePathDistances.get(i) - mTestPathDistances.get(i); in calculatePathDifferences()
257 String testPath = String.valueOf(mTestPathDistances.get(pathNumber)); in recordPathTestResults()