Home
last modified time | relevance | path

Searched refs:matchesCountryCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/timezone/
DCountryTimeZones.java160 public boolean matchesCountryCode(@NonNull String countryIso) { in matchesCountryCode() method in CountryTimeZones
161 return mDelegate.matchesCountryCode(countryIso); in matchesCountryCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
DTimeZoneLookupHelper.java323 if (mLastCountryTimeZones.matchesCountryCode(isoCountryCode)) { in getCountryTimeZones()