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

Commit b95bb5a6 authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Update MetricsTimeZoneDetectorStateTest"

parents 74f2b77d 3b705b78
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -143,6 +143,8 @@ public class MetricsTimeZoneDetectorStateTest {
                metricsTimeZoneDetectorState.isTelephonyDetectionSupported());
        assertEquals(configurationInternal.isGeoDetectionSupported(),
                metricsTimeZoneDetectorState.isGeoDetectionSupported());
        assertEquals(configurationInternal.isTelephonyFallbackSupported(),
                metricsTimeZoneDetectorState.isTelephonyTimeZoneFallbackSupported());
        assertEquals(configurationInternal.getGeoDetectionRunInBackgroundEnabled(),
                metricsTimeZoneDetectorState.getGeoDetectionRunInBackgroundEnabled());
        assertEquals(configurationInternal.isEnhancedMetricsCollectionEnabled(),
@@ -163,6 +165,7 @@ public class MetricsTimeZoneDetectorStateTest {
                .setUserConfigAllowed(true)
                .setTelephonyDetectionFeatureSupported(true)
                .setGeoDetectionFeatureSupported(true)
                .setTelephonyFallbackSupported(false)
                .setGeoDetectionRunInBackgroundEnabled(false)
                .setEnhancedMetricsCollectionEnabled(enhancedMetricsCollectionEnabled)
                .setAutoDetectionEnabledSetting(true)