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

Commit 52b41462 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 9cd3ff7d: Merge "Introduce a new event: EVENT_DATA_RAT_CHANGED which is...

am 9cd3ff7d: Merge "Introduce a new event: EVENT_DATA_RAT_CHANGED which is used to indicate data rat change."

* commit '9cd3ff7d':
  Introduce a new event: EVENT_DATA_RAT_CHANGED which is used to indicate data rat change.
parents 452c5921 9cd3ff7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ public class DctConstants {
    public static final int CMD_IS_PROVISIONING_APN = BASE + 38;
    public static final int EVENT_PROVISIONING_APN_ALARM = BASE + 39;
    public static final int CMD_NET_STAT_POLL = BASE + 40;
    public static final int EVENT_DATA_RAT_CHANGED = BASE + 41;

    /***** Constants *****/