From f2f714a0dc55291acbba3894353b105d08b05ec3 Mon Sep 17 00:00:00 2001 From: Daniel Bright Date: Wed, 11 Nov 2020 18:48:14 -0800 Subject: Add apn throttle status notifications to QNS * Added wiring for the apn unthrottled indication * Added method to QNS that is notified when there is a change to the way an APN is throttled. Test: Ran telephony tests Test: Booted up device Test: Checked for log message in NetworkAvailabilityProvider#onReportApnThrottleStatusChanged Bug: 167434852 Bug: 174850845 Merged-In: Ia4dd3036f583a97e42b6054019005df1b33dc33c Change-Id: Ia4dd3036f583a97e42b6054019005df1b33dc33c --- telephony/java/com/android/internal/telephony/DctConstants.java | 1 + 1 file changed, 1 insertion(+) (limited to 'telephony/java/com') diff --git a/telephony/java/com/android/internal/telephony/DctConstants.java b/telephony/java/com/android/internal/telephony/DctConstants.java index 76fc4f7d0519..6fbde503c3a0 100644 --- a/telephony/java/com/android/internal/telephony/DctConstants.java +++ b/telephony/java/com/android/internal/telephony/DctConstants.java @@ -113,6 +113,7 @@ public class DctConstants { public static final int EVENT_NR_TIMER_WATCHDOG = BASE + 53; 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; /***** Constants *****/ -- cgit v1.2.3