Searched refs:comparingLocation (Results 1 – 3 of 3) sorted by relevance
131 public AfcLocationUtil.InBoundsCheckResult checkLocation(Location comparingLocation) { in checkLocation() argument132 double comparingLatitude = comparingLocation.getLatitude(); in checkLocation()133 double comparingLongitude = comparingLocation.getLongitude(); in checkLocation()
52 Location comparingLocation) { in checkLocation() argument53 return afcLocation.checkLocation(comparingLocation); in checkLocation()
64 public abstract AfcLocationUtil.InBoundsCheckResult checkLocation(Location comparingLocation); in checkLocation() argument