Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationHelper.java55 public static final int LOCATION_STATUS_INACCURATE = 3; field in LocationHelper
63 LOCATION_STATUS_INACCURATE,
123 return LOCATION_STATUS_INACCURATE; in checkLocation()
DLocationPresenter.java93 } else if (status == LocationHelper.LOCATION_STATUS_INACCURATE) { in updateLocation()