Searched refs:selectedCountryCode (Results 1 – 1 of 1) sorted by relevance
465 String selectedCountryCode = null; in findCountryCodeFromScanResults() local476 if (selectedCountryCode == null) { in findCountryCodeFromScanResults()477 selectedCountryCode = countryCode; in findCountryCodeFromScanResults()479 if (!selectedCountryCode.equalsIgnoreCase(countryCode)) { in findCountryCodeFromScanResults()488 Log.d(TAG, selectedCountryCode + " " + count); in findCountryCodeFromScanResults()493 int min_count = selectedCountryCode.equalsIgnoreCase(COUNTRY_CODE_US) in findCountryCodeFromScanResults()495 return (count >= min_count) ? selectedCountryCode : null; in findCountryCodeFromScanResults()