Searched refs:countryDetector (Results 1 – 2 of 2) sorted by relevance
48 final CountryDetector countryDetector = in getCountryIso() local51 if (countryDetector != null) country = countryDetector.detectCountry(); in getCountryIso()59 countryDetector.addCountryListener(new CountryListener() { in getCountryIso()
436 final CountryDetector countryDetector = in getCountryIso() local439 if (countryDetector != null) { in getCountryIso()440 country = countryDetector.detectCountry(); in getCountryIso()442 countryDetector.addCountryListener((newCountry) -> { in getCountryIso()