Searched refs:supportedRegion (Results 1 – 1 of 1) sorted by relevance
332 final String supportedRegion = supported.getCountry(); in matchScore() local333 return (supportedRegion.isEmpty() || in matchScore()334 supportedRegion.equals(desired.getCountry())) in matchScore()