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

Commit 9c67a28e authored by Sarah Chin's avatar Sarah Chin Committed by Gerrit Code Review
Browse files

Merge "Fix name in string constants"

parents 462d62a8 4b1e5623
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ public final class NitzStateMachineImpl implements NitzStateMachine {
                @Nullable NitzSignal nitzSignal);
    }

    static final String LOG_TAG = "NewNitzStateMachineImpl";
    static final String LOG_TAG = "NitzStateMachineImpl";
    static final boolean DBG = true;

    // Miscellaneous dependencies and helpers not related to detection state.
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ public class NitzStateMachineImplTest extends TelephonyTest {
                SLOT_INDEX, mFakeDeviceState, mFakeNitzSignalInputFilter, mRealTimeZoneSuggester,
                mFakeTimeServiceHelper);

        TelephonyTest.logd("NewNitzStateMachineImplTest -Setup!");
        TelephonyTest.logd("NitzStateMachineImplTest -Setup!");
    }

    @After