Unthrottle all APNs on APM

Test: Toggle APM and check for unthrottle with logs
Bug: 176440863
Merged-In: I8ecc7a61a181df46f7283196cfaf2d28bbddb50f
Change-Id: I8ecc7a61a181df46f7283196cfaf2d28bbddb50f
(cherry picked from commit 781d41ad21)
This commit is contained in:
Daniel Bright
2021-03-01 10:15:45 -08:00
committed by Jack Yu
parent 48144472ff
commit 86c11c1e69

View File

@@ -114,6 +114,7 @@ public class DctConstants {
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_APN_UNTHROTTLED = BASE + 56;
public static final int EVENT_AIRPLANE_MODE_CHANGED = BASE + 57;
/***** Constants *****/