summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-11-04 02:22:43 +0000
committerSteve Kondik <steve@cyngn.com>2015-10-26 02:32:26 -0700
commitb8aa70f5c4b296ceaf26ba20ee5f3334b1f1096c (patch)
treeca675e1c2825de9459d4831375313c319ce28294 /telephony/java/com
parentf553a679e8cacbf30de50dc5185f1cbde72978fe (diff)
downloadframeworks_base-b8aa70f5c4b296ceaf26ba20ee5f3334b1f1096c.zip
frameworks_base-b8aa70f5c4b296ceaf26ba20ee5f3334b1f1096c.tar.gz
frameworks_base-b8aa70f5c4b296ceaf26ba20ee5f3334b1f1096c.tar.bz2
Forward port Samsung STK support (frameworks/base)
[pawitp: port to Lollipop] Change-Id: I08d169bc466df290fca838b09f6b0fbea2ac82a8
Diffstat (limited to 'telephony/java/com')
-rwxr-xr-xtelephony/java/com/android/internal/telephony/RILConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java
index 6154969..f1fc50f 100755
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -384,4 +384,6 @@ cat include/telephony/ril.h | \
int RIL_UNSOL_ON_SS = 1043;
int RIL_UNSOL_STK_CC_ALPHA_NOTIFY = 1044;
int RIL_UNSOL_LCEDATA_RECV = 1045;
+
+ int RIL_UNSOL_STK_SEND_SMS_RESULT = 11002; /* Samsung STK */
}