diff options
| author | 2020-01-24 01:15:04 +0000 | |
|---|---|---|
| committer | 2020-01-24 01:15:04 +0000 | |
| commit | e2a186abe69828aeb7dfc39b38f007467d6fa1f0 (patch) | |
| tree | 841f2dc1b6f713678ae5bf6d5e59b3f4e238bde8 | |
| parent | 4a58806789a85978f6a4abeb7236ba091d0aa960 (diff) | |
| parent | bf5aeaa3b337d0317fa1a1f1a44b3f819169e318 (diff) | |
Merge "CDMA MO SMS follow on DC feature"
| -rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 1 |
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; |