diff options
| author | 2017-03-02 06:11:24 +0000 | |
|---|---|---|
| committer | 2017-03-02 06:11:24 +0000 | |
| commit | 01cfdb4f3ae025bde7d30b2a1b48ab873187a2d4 (patch) | |
| tree | a23128222107f1256d3ffdee94303052e663b647 | |
| parent | 91c1048bc721240262cb3cac9edb28e4fb3d7ba8 (diff) | |
| parent | d7b60d78692da2e97c3ba26582dcc496f7f9e994 (diff) | |
Merge "Added two new RIL commands support"
am: d7b60d7869
Change-Id: I28f1e0192db63a302daa69c2e6b13762fcbfb37b
| -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 81ecdc9dbf27..1e1d7a6cfa9d 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; |