Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcEllipseLocation.java46 double mCenterLeeway; field in AfcEllipseLocation
69 mCenterLeeway = centerLeeway; in AfcEllipseLocation()
73 mLongitude = random.nextDouble() * (2 * mCenterLeeway) + (location.getLongitude() in AfcEllipseLocation()
74 - mCenterLeeway); in AfcEllipseLocation()
84 mLatitude = random.nextDouble() * (2 * mCenterLeeway) + (location.getLatitude() in AfcEllipseLocation()
85 - mCenterLeeway); in AfcEllipseLocation()