Loading src/java/com/android/internal/telephony/TimeZoneLookupHelper.java +1 −5 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; } } Loading Loading
src/java/com/android/internal/telephony/TimeZoneLookupHelper.java +1 −5 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; } } Loading