Loading core/java/android/timezone/CountryTimeZones.java +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ public final class CountryTimeZones { * supplied. */ public boolean matchesCountryCode(@NonNull String countryIso) { return mDelegate.isForCountryCode(countryIso); return mDelegate.matchesCountryCode(countryIso); } /** Loading Loading
core/java/android/timezone/CountryTimeZones.java +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ public final class CountryTimeZones { * supplied. */ public boolean matchesCountryCode(@NonNull String countryIso) { return mDelegate.isForCountryCode(countryIso); return mDelegate.matchesCountryCode(countryIso); } /** Loading