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

Commit d96ed73d authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Increase the size of time / time detection logs" am: 5be5d438

am: c8b4ce55

Change-Id: I6cfb309a3fb8e57d500a1ee57470e32ba0d22b9f
parents b66028c3 c8b4ce55
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -88,8 +88,8 @@ public final class NitzStateMachineImpl implements NitzStateMachine {
    private boolean mNitzTimeZoneDetectionSuccessful = false;

    // Miscellaneous dependencies and helpers not related to detection state.
    private final LocalLog mTimeLog = new LocalLog(15);
    private final LocalLog mTimeZoneLog = new LocalLog(15);
    private final LocalLog mTimeLog = new LocalLog(30);
    private final LocalLog mTimeZoneLog = new LocalLog(30);
    private final GsmCdmaPhone mPhone;
    private final DeviceState mDeviceState;
    private final TimeServiceHelper mTimeServiceHelper;