Searched refs:inBoundsResult (Results 1 – 2 of 2) sorted by relevance
134 AfcLocationUtil.InBoundsCheckResult inBoundsResult; in checkLocation() local154 inBoundsResult = AfcLocationUtil.InBoundsCheckResult.OUTSIDE_AFC_LOCATION; in checkLocation()156 inBoundsResult = AfcLocationUtil.InBoundsCheckResult.INSIDE_AFC_LOCATION; in checkLocation()158 inBoundsResult = AfcLocationUtil.InBoundsCheckResult.ON_BORDER; in checkLocation()160 return inBoundsResult; in checkLocation()
203 AfcLocationUtil.InBoundsCheckResult inBoundsResult = mAfcLocationUtil.checkLocation( in onLocationChange() local208 if (inBoundsResult == AfcLocationUtil.InBoundsCheckResult.OUTSIDE_AFC_LOCATION) { in onLocationChange()219 Log.i(TAG, "The current location is " + inBoundsResult + " so a query " in onLocationChange()