Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcEllipseLocation.java131 public AfcLocationUtil.InBoundsCheckResult checkLocation(Location comparingLocation) { in checkLocation() argument
132 double comparingLatitude = comparingLocation.getLatitude(); in checkLocation()
133 double comparingLongitude = comparingLocation.getLongitude(); in checkLocation()
DAfcLocationUtil.java52 Location comparingLocation) { in checkLocation() argument
53 return afcLocation.checkLocation(comparingLocation); in checkLocation()
DAfcLocation.java64 public abstract AfcLocationUtil.InBoundsCheckResult checkLocation(Location comparingLocation); in checkLocation() argument