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

Commit 690de59e 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

am: d96ed73d

Change-Id: If0f24df0d3cc2bc51ac73453c7bc4d208dabfac2
parents 488747cd d96ed73d
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;