Searched refs:LocationHelper (Results 1 – 4 of 4) sorted by relevance
71 int status = LocationHelper.checkLocation(location); in updateLocation()73 if (status == LocationHelper.LOCATION_STATUS_OK) { in updateLocation()80 } else if (status != LocationHelper.LOCATION_STATUS_NO_LOCATION) { in updateLocation()85 if (status == LocationHelper.LOCATION_STATUS_STALE) { in updateLocation()87 } else if (status == LocationHelper.LOCATION_STATUS_INACCURATE) { in updateLocation()
30 private LocationHelper locationHelper;40 return LocationHelper.canGetLocation(context); in canGetLocation()50 locationHelper = new LocationHelper(context); in getLocationFragment()
40 public class LocationHelper { class70 LocationHelper(Context context) { in LocationHelper() method in LocationHelper214 LocationHelper.this.onLocationChanged(location, isConnected()); in getLocation()228 LocationHelper.this.onLocationChanged(location, isConnected()); in onLocationChanged()
27 $(BASE_DIR)/incallui/calllocation/impl/LocationHelper.java \