From e2c60dc6ab3db47c5e0adfe18dd393bdc2ff4d4f Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Fri, 6 Mar 2020 20:10:03 +0000 Subject: [PATCH] Sync android.timezone / libcore.timezone Track changes in libcore/ Bug: 148086409 Test: treehugger Change-Id: I0aadc51e58eb5cc4ffca938429d5f31c0bc77edb --- core/java/android/timezone/CountryTimeZones.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/timezone/CountryTimeZones.java b/core/java/android/timezone/CountryTimeZones.java index ee3a8a79d5d73..5ee8a724274f8 100644 --- a/core/java/android/timezone/CountryTimeZones.java +++ b/core/java/android/timezone/CountryTimeZones.java @@ -158,7 +158,7 @@ public final class CountryTimeZones { * supplied. */ public boolean matchesCountryCode(@NonNull String countryIso) { - return mDelegate.isForCountryCode(countryIso); + return mDelegate.matchesCountryCode(countryIso); } /**