Searched refs:GeocodeCountryWorker (Results 1 – 1 of 1) sorted by relevance
223 .createNonUiTaskBuilder(new GeocodeCountryWorker(geocoder)) in processLocationUpdate()247 private static class GeocodeCountryWorker implements Worker<Location, String> { class in CountryDetector250 GeocodeCountryWorker(@NonNull Geocoder geocoder) { in GeocodeCountryWorker() method in CountryDetector.GeocodeCountryWorker