Searched refs:mTestPathDistances (Results 1 – 1 of 1) sorted by relevance
48 private ArrayList<Float> mTestPathDistances = new ArrayList<>(); field in Test181 …mTestPathDistances = 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()