Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcEllipseLocationTest.java117 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in adjustLongitudeValue()
123 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in adjustLongitudeValue()
161 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in adjustLatitudeValue()
167 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in adjustLatitudeValue()
DAfcLocationUtilTest.java68 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in checkLocationForAfcObject()
70 AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in checkLocationForAfcObject()
DAfcManagerTest.java351 .thenReturn(AfcLocationUtil.InBoundsCheckResult.ON_BORDER); in testQueryAfterLocationChange()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcLocationUtil.java32 ON_BORDER, enumConstant
DAfcEllipseLocation.java158 inBoundsResult = AfcLocationUtil.InBoundsCheckResult.ON_BORDER; in checkLocation()