diff options
author | 2019-03-01 00:07:44 +0000 | |
---|---|---|
committer | 2019-03-01 00:07:44 +0000 | |
commit | 13952bc10c9f6a539e38246904f0cc0b0984592c (patch) | |
tree | 8b2e983078c1f9e61feb39d6889a5b01e3632904 | |
parent | 92be54d3295d0493ddcecbd45e5027bc12cd9a33 (diff) | |
parent | 63b728d1b77d939a918280e0c30cadb2bd48aecd (diff) |
Merge "create getModemEnabled function in PhoneConfigurationManager"
-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 77b797956cf5..5205973669ac 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -470,6 +470,7 @@ public interface RILConstants { int RIL_REQUEST_START_KEEPALIVE = 144; int RIL_REQUEST_STOP_KEEPALIVE = 145; int RIL_REQUEST_ENABLE_MODEM = 146; + int RIL_REQUEST_GET_MODEM_STATUS = 147; /* The following requests are not defined in RIL.h */ int RIL_REQUEST_HAL_NON_RIL_BASE = 200; |