Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationHelper.java51 public static final int LOCATION_STATUS_NO_LOCATION = 4; field in LocationHelper
60 LOCATION_STATUS_NO_LOCATION,
108 return LOCATION_STATUS_NO_LOCATION; in checkLocation()
DLocationPresenter.java80 } else if (status != LocationHelper.LOCATION_STATUS_NO_LOCATION) { in updateLocation()