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

Commit d5eee5f0 authored by Sarah Chin's avatar Sarah Chin
Browse files

Support legacy state for 5G timers

Test: manual test timer
Bug: 154186364
Change-Id: Iaf598cd5c0730e8c6b79d4e908283500ae4062fa
parent 9cfa687b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -69,7 +69,8 @@ public class NetworkTypeController extends StateMachine {
    private static final String STATE_ANY = "any";
    private static final String STATE_LEGACY = "legacy";
    private static final String[] ALL_STATES = { STATE_CONNECTED_MMWAVE, STATE_CONNECTED,
            STATE_NOT_RESTRICTED_RRC_IDLE, STATE_NOT_RESTRICTED_RRC_CON, STATE_RESTRICTED };
            STATE_NOT_RESTRICTED_RRC_IDLE, STATE_NOT_RESTRICTED_RRC_CON, STATE_RESTRICTED,
            STATE_LEGACY };

    /** Stop all timers and go to current state. */
    public static final int EVENT_UPDATE = 0;