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.java56 public static final int LOCATION_STATUS_NO_LOCATION = 4; field in LocationHelper
64 LOCATION_STATUS_NO_LOCATION
111 return LOCATION_STATUS_NO_LOCATION; in checkLocation()
DLocationPresenter.java86 } else if (status != LocationHelper.LOCATION_STATUS_NO_LOCATION) { in updateLocation()