Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0adba200 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "More API council tidy up" am: 4e62ebd3

Change-Id: I4cdeaccdf4b84b64429e2bc216d172ed1a46b7d8
parents 504928f0 4e62ebd3
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -233,10 +233,6 @@ public class TimeZoneLookupHelper {
            }

            TimeZone timeZone = timeZoneMapping.getTimeZone();
            if (timeZone == null) {
                continue;
            }

            int candidateOffset = timeZone.getOffset(whenMillis);
            if (countryDefaultOffset != candidateOffset) {
                return true;
@@ -308,7 +304,7 @@ public class TimeZoneLookupHelper {
        // be strong consistency across calls.
        synchronized (this) {
            if (mLastCountryTimeZones != null) {
                if (mLastCountryTimeZones.isForCountryCode(isoCountryCode)) {
                if (mLastCountryTimeZones.matchesCountryCode(isoCountryCode)) {
                    return mLastCountryTimeZones;
                }
            }