Searched refs:AfcLocationUtil (Results 1 – 9 of 9) sorted by relevance
105 AfcLocationUtil.InBoundsCheckResult.INSIDE_AFC_LOCATION); in adjustLongitudeValue()111 AfcLocationUtil.InBoundsCheckResult.INSIDE_AFC_LOCATION); in adjustLongitudeValue()117 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in adjustLongitudeValue()123 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in adjustLongitudeValue()129 AfcLocationUtil.InBoundsCheckResult.OUTSIDE_AFC_LOCATION); in adjustLongitudeValue()135 AfcLocationUtil.InBoundsCheckResult.OUTSIDE_AFC_LOCATION); in adjustLongitudeValue()149 AfcLocationUtil.InBoundsCheckResult.INSIDE_AFC_LOCATION); in adjustLatitudeValue()155 AfcLocationUtil.InBoundsCheckResult.INSIDE_AFC_LOCATION); in adjustLatitudeValue()161 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in adjustLatitudeValue()167 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in adjustLatitudeValue()[all …]
46 private AfcLocationUtil mAfcLocationUtil;50 mAfcLocationUtil = new AfcLocationUtil(); in setUp()63 AfcLocationUtil.InBoundsCheckResult.INSIDE_AFC_LOCATION); in checkLocationForAfcObject()65 AfcLocationUtil.InBoundsCheckResult.INSIDE_AFC_LOCATION); in checkLocationForAfcObject()68 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in checkLocationForAfcObject()70 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in checkLocationForAfcObject()73 AfcLocationUtil.InBoundsCheckResult.OUTSIDE_AFC_LOCATION); in checkLocationForAfcObject()75 AfcLocationUtil.InBoundsCheckResult.OUTSIDE_AFC_LOCATION); in checkLocationForAfcObject()
76 @Mock AfcLocationUtil mAfcLocationUtil;343 .thenReturn(AfcLocationUtil.InBoundsCheckResult.INSIDE_AFC_LOCATION); in testQueryAfterLocationChange()351 .thenReturn(AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in testQueryAfterLocationChange()360 .thenReturn(AfcLocationUtil.InBoundsCheckResult.OUTSIDE_AFC_LOCATION); in testQueryAfterLocationChange()
131 public AfcLocationUtil.InBoundsCheckResult checkLocation(Location comparingLocation) { in checkLocation()134 AfcLocationUtil.InBoundsCheckResult inBoundsResult; in checkLocation()154 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()
28 public class AfcLocationUtil { class51 public AfcLocationUtil.InBoundsCheckResult checkLocation(AfcLocation afcLocation, in checkLocation()
55 private final AfcLocationUtil mAfcLocationUtil;203 AfcLocationUtil.InBoundsCheckResult inBoundsResult = mAfcLocationUtil.checkLocation( in onLocationChange()208 if (inBoundsResult == AfcLocationUtil.InBoundsCheckResult.OUTSIDE_AFC_LOCATION) { in onLocationChange()
64 public abstract AfcLocationUtil.InBoundsCheckResult checkLocation(Location comparingLocation); in checkLocation()
264 private final AfcLocationUtil mAfcLocationUtil;611 mAfcLocationUtil = new AfcLocationUtil(); in WifiInjector()1235 public AfcLocationUtil getAfcLocationUtil() { in getAfcLocationUtil()
110 "com.android.server.wifi.AfcLocationUtil",111 "com.android.server.wifi.AfcLocationUtil$*",112 "com.android.server.wifi.AfcLocationUtil.**",