summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-05-12 22:25:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-12 22:25:27 +0000
commit85e188585ed6b3f49c808a7b821d77b77956774a (patch)
tree68395486d768acc4b33d39e5d0aa51027270b45d
parentc876eece687f0dd14dfba25b1a3de1e5745003d9 (diff)
parentd9b212630c521d0d5ec1a529a6d453fdf6f31a36 (diff)
downloadbase-85e188585ed6b3f49c808a7b821d77b77956774a.tar.gz
Merge "Add RIL_UNSOL_MODEM_RESTART message"
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java
index 954b17f744f2..e50901f7eadc 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -466,5 +466,6 @@ cat include/telephony/ril.h | \
int RIL_UNSOL_STK_CC_ALPHA_NOTIFY = 1044;
int RIL_UNSOL_LCEDATA_RECV = 1045;
int RIL_UNSOL_PCO_DATA = 1046;
- int RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION = 1047;
+ int RIL_UNSOL_MODEM_RESTART = 1047;
+ int RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION = 1048;
}