Searched refs:min_count (Results 1 – 1 of 1) sorted by relevance
493 int min_count = selectedCountryCode.equalsIgnoreCase(COUNTRY_CODE_US) in findCountryCodeFromScanResults() local495 return (count >= min_count) ? selectedCountryCode : null; in findCountryCodeFromScanResults()