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

Commit 270bdb94 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Fix name in string constants" am: 9c67a28e

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/2034105

Change-Id: Id71b7955b4536cf4f6add94af29f830b8391f492
parents abc15c9f 9c67a28e
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