Home
last modified time | relevance | path

Searched refs:addCoordinate (Results 1 – 4 of 4) sorted by relevance

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCbSendMessageCalculatorTest.java88 calculator.addCoordinate(coor, accuracy); in testSquareOutside()
102 calculator.addCoordinate(coor, accuracy); in testSquareInside()
131 calculator.addCoordinate(llInThreshold, accuracy); in testTMoThresholdsWithExistingTestGeofence()
147 calculator.addCoordinate(llOutOfThreshold, accuracy); in testTMoThresholdsWithExistingTestGeofence()
162 calculator.addCoordinate(coor, accuracy); in testSquareAmbiguous()
169 calculator.addCoordinate(coor, accuracy); in testSquareInsideThreshold()
178 calculator.addCoordinate(new LatLng(0, 0), 100); in testNone()
191 calculator.addCoordinate(mGooglePlex, threshold + 2000); in testMultipleAddsWithOnceSendAlwaysSend()
195 calculator.addCoordinate(addSouth(addEast(mGooglePlex, -2000), -500), threshold + 10); in testMultipleAddsWithOnceSendAlwaysSend()
199 calculator.addCoordinate(addSouth(addEast(mGooglePlex, 1040), 1040), threshold + 50); in testMultipleAddsWithOnceSendAlwaysSend()
[all …]
DGsmCellBroadcastHandlerTest.java520 .addCoordinate(acLatLng.capture(), eq(accuracy)); in setMockCalculation()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCbSendMessageCalculator.java157 public void addCoordinate(CbGeoUtils.LatLng coordinate, float accuracyMeters) { in addCoordinate() method in CbSendMessageCalculator
DCellBroadcastHandler.java649 calculator.addCoordinate(location, accuracy); in performGeoFencing()