diff options
| author | 2017-02-16 10:33:38 -0800 | |
|---|---|---|
| committer | 2017-03-01 19:21:22 -0800 | |
| commit | da70ca69fdb5ea80fb064e8a48cbfa5b74bcff45 (patch) | |
| tree | b034f5b11c285bb174aeedd86e81b6c749f067be | |
| parent | 1bef83f613d6a5a92dc34cf363ff5c083195d62a (diff) | |
Added two new RIL commands support
Added RIL_REQUEST_SEND_DEVICE_STATE and
RIL_REQUEST_SET_UNSOLICITED_RESPONSE_FILTER RIL requests support.
Test: telephony sanity tests
bug: 32223897, 20125037, 28294587
Change-Id: I148a4322dfab2d8d84faf6505fb89dfc290411e3
| -rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 2 |
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 c3b740e78757..eafa6b75b7c4 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -411,6 +411,8 @@ cat include/telephony/ril.h | \ int RIL_REQUEST_GET_ACTIVITY_INFO = 135; int RIL_REQUEST_SET_ALLOWED_CARRIERS = 136; int RIL_REQUEST_GET_ALLOWED_CARRIERS = 137; + int RIL_REQUEST_SEND_DEVICE_STATE = 138; + int RIL_REQUEST_SET_UNSOLICITED_RESPONSE_FILTER = 139; int RIL_REQUEST_SET_SIM_CARD_POWER = 140; int RIL_RESPONSE_ACKNOWLEDGEMENT = 800; |