Merge "Create EVENT_TRAFFIC_DESCRIPTORS_UPDATED" am: 35ac7e34ce am: d47e88e58c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1917117

Change-Id: I8bb65c4e479224ce09674696e0e70ff61de9f643
This commit is contained in:
Treehugger Robot
2022-01-27 02:24:45 +00:00
committed by Automerger Merge Worker

View File

@@ -114,6 +114,7 @@ public class DctConstants {
public static final int EVENT_CARRIER_CONFIG_CHANGED = BASE + 54; public static final int EVENT_CARRIER_CONFIG_CHANGED = BASE + 54;
public static final int EVENT_SIM_STATE_UPDATED = BASE + 55; public static final int EVENT_SIM_STATE_UPDATED = BASE + 55;
public static final int EVENT_APN_UNTHROTTLED = BASE + 56; public static final int EVENT_APN_UNTHROTTLED = BASE + 56;
public static final int EVENT_TRAFFIC_DESCRIPTORS_UPDATED = BASE + 57;
/***** Constants *****/ /***** Constants *****/