Searched refs:matchesCountryCode (Results 1 – 2 of 2) sorted by relevance
160 public boolean matchesCountryCode(@NonNull String countryIso) { in matchesCountryCode() method in CountryTimeZones161 return mDelegate.matchesCountryCode(countryIso); in matchesCountryCode()
323 if (mLastCountryTimeZones.matchesCountryCode(isoCountryCode)) { in getCountryTimeZones()