diff options
| author | 2020-01-24 22:06:02 -0800 | |
|---|---|---|
| committer | 2020-01-24 22:06:02 -0800 | |
| commit | 10e016459e30dacf41dda79130da8a6e746622a8 (patch) | |
| tree | af69b8bf03bf79851a1a84bc7c26d477f4e29df1 | |
| parent | dfe02739683aa70fa5dcd517ce4758f11eb5e0e2 (diff) | |
| parent | 84497337199318816cb97f852e806059cc463051 (diff) | |
Merge "CDMA MO SMS follow on DC feature"
am: 8449733719
Change-Id: I5e58ee577548b71278285a49334c4edf2d24f0d2
| -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 284544b7f6f2..0e0a22eecd28 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -477,6 +477,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; |