Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcEllipseLocation.java150 double checkPoint = Math.pow((comparingLongitude - mLongitude) / semiMajorAxisDegrees, 2) in checkLocation() local
153 if (checkPoint > 1.001) { in checkLocation()
155 } else if (checkPoint < 0.999) { in checkLocation()