Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationHelper.java49 public static final int LOCATION_STATUS_STALE = 2; field in LocationHelper
58 LOCATION_STATUS_STALE,
115 return LOCATION_STATUS_STALE; in checkLocation()
DLocationPresenter.java85 if (status == LocationHelper.LOCATION_STATUS_STALE) { in updateLocation()