summaryrefslogtreecommitdiff
path: root/telephony/java/com
diff options
context:
space:
mode:
authorDaniel Bright <dbright@google.com>2020-11-06 05:04:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-11-06 05:04:14 +0000
commitbc99f763052a7385bbbab8c401b3caa06553ae4c (patch)
treef5f12dbef0c4726b415c090f8ba1a71b62dfb00a /telephony/java/com
parentf2c37de2baa28e7ba7a542bba77f574797eaf568 (diff)
parenta6a2eef20fea3e9805846bb94fe2fa2ad530b31e (diff)
Merge "Allows APN to be unthrottled through an indication"
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java
index d3c27dc4f255..91607462c29f 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -576,6 +576,7 @@ public interface RILConstants {
int RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION = 1048;
int RIL_UNSOL_NETWORK_SCAN_RESULT = 1049;
int RIL_UNSOL_KEEPALIVE_STATUS = 1050;
+ int RIL_UNSOL_UNTHROTTLE_APN = 1052;
/* The following unsols are not defined in RIL.h */
int RIL_UNSOL_HAL_NON_RIL_BASE = 1100;