Loading services/tests/servicestests/src/com/android/server/timezonedetector/TimeZoneDetectorStrategyTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -453,7 +453,7 @@ public class TimeZoneDetectorStrategyTest { @Override public boolean isDeviceTimeZoneInitialized() { return mTimeZoneId != null; return mTimeZoneId.getLatest() != null; } @Override Loading Loading
services/tests/servicestests/src/com/android/server/timezonedetector/TimeZoneDetectorStrategyTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -453,7 +453,7 @@ public class TimeZoneDetectorStrategyTest { @Override public boolean isDeviceTimeZoneInitialized() { return mTimeZoneId != null; return mTimeZoneId.getLatest() != null; } @Override Loading