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.java50 public static final int LOCATION_STATUS_INACCURATE = 3; field in LocationHelper
59 LOCATION_STATUS_INACCURATE,
120 return LOCATION_STATUS_INACCURATE; in checkLocation()
DLocationPresenter.java87 } else if (status == LocationHelper.LOCATION_STATUS_INACCURATE) { in updateLocation()