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

Commit cbfc94da authored by Jack Yu's avatar Jack Yu Committed by Gerrit Code Review
Browse files

Merge "Redefine constant variable EVENT_ALL_DATA_DISCONNECTED"

parents 1c72edec fd28c23b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -178,7 +178,6 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
    protected static final int EVENT_GET_CALL_FORWARD_DONE       = 13;
    protected static final int EVENT_CALL_RING                   = 14;
    private static final int EVENT_CALL_RING_CONTINUE            = 15;
    private static final int EVENT_ALL_DATA_DISCONNECTED         = 16;

    // Used to intercept the carrier selection calls so that
    // we can save the values.
@@ -224,7 +223,9 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
    protected static final int EVENT_DEVICE_PROVISIONING_DATA_SETTING_CHANGE = 50;
    protected static final int EVENT_GET_AVAILABLE_NETWORKS_DONE    = 51;

    protected static final int EVENT_LAST = EVENT_GET_AVAILABLE_NETWORKS_DONE;
    private static final int EVENT_ALL_DATA_DISCONNECTED         = 52;

    protected static final int EVENT_LAST = EVENT_ALL_DATA_DISCONNECTED;

    // For shared prefs.
    private static final String GSM_ROAMING_LIST_OVERRIDE_PREFIX = "gsm_roaming_list_";