Sync android.timezone / libcore.timezone

Track changes in libcore/

Bug: 148086409
Test: treehugger
Change-Id: I0aadc51e58eb5cc4ffca938429d5f31c0bc77edb
This commit is contained in:
Neil Fuller
2020-03-06 20:10:03 +00:00
parent 97c24fb167
commit e2c60dc6ab

View File

@@ -158,7 +158,7 @@ public final class CountryTimeZones {
* supplied.
*/
public boolean matchesCountryCode(@NonNull String countryIso) {
return mDelegate.isForCountryCode(countryIso);
return mDelegate.matchesCountryCode(countryIso);
}
/**