summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nazish Tabassum <quic_ntabassu@quicinc.com> 2019-12-14 21:05:57 +0530
committer Sarah Chin <sarahchin@google.com> 2020-01-23 11:17:27 -0800
commitbf5aeaa3b337d0317fa1a1f1a44b3f819169e318 (patch)
treef59025e4a0c7842d66f70a05185fe2c1af84c2e6
parent7f909694041e19e06a3b84802e1d58e04cf7889b (diff)
CDMA MO SMS follow on DC feature
Add new constant to send MO CDMA SMS with expectMore option. Test: atest FrameworksTelephonyTests Bug: 72613248 Change-Id: I4fbcaa13648c66482f6bb741c433aede2ec824c7
-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 0db86d6054b3..9ac8cb136c6b 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -480,6 +480,7 @@ public interface RILConstants {
int RIL_REQUEST_STOP_KEEPALIVE = 145;
int RIL_REQUEST_ENABLE_MODEM = 146;
int RIL_REQUEST_GET_MODEM_STATUS = 147;
+ int RIL_REQUEST_CDMA_SEND_SMS_EXPECT_MORE = 148;
/* The following requests are not defined in RIL.h */
int RIL_REQUEST_HAL_NON_RIL_BASE = 200;