commit | 1cf14ba6483a0b00e93f8a7635a0afad8a7f1125 | [log] [tgz] |
---|---|---|
author | Daniel Bright <dbright@google.com> | Fri Nov 06 05:48:04 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 06 05:48:04 2020 +0000 |
tree | ac5540fb06b4746b8ee10c289bd8cafaa69d6daa | |
parent | c2ed1f7e817cc4ef20aa733e108cebab4a071520 [diff] | |
parent | 98a2cb4729db5887fcc82fb91255beeb2df0790b [diff] |
Merge "Allows APN to be unthrottled through an indication" am: bc99f76305 am: 98a2cb4729 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1479020 Change-Id: I0da779a79638a3c591fa49ec7538f4900dae9898
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index d3c27dc4..9160746 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -576,6 +576,7 @@ 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;