Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationHelper.java45 private static final int LOCATION_ACCURACY_THRESHOLD_METERS = 100; field in LocationHelper
118 if (location.getAccuracy() > LOCATION_ACCURACY_THRESHOLD_METERS) { in checkLocation()