diff options
| author | 2019-03-05 17:33:40 -0800 | |
|---|---|---|
| committer | 2019-03-05 17:33:40 -0800 | |
| commit | c24a059c5cecc9769b60329a9b5ce2628d2763ed (patch) | |
| tree | 78bf5d9cd21edaf8ec04f2e0a17cd577c6997466 | |
| parent | 6f113ecebe055b83e52d072c473850ff52ff15b9 (diff) | |
| parent | cc64f34a7b825f0b1fc880a22a378e8d808f0778 (diff) | |
Merge "create getModemEnabled function in PhoneConfigurationManager" am: 8bf13f06d7
am: cc64f34a7b
Change-Id: I345a865b690216eb66bb730a029902c0f98bb867
| -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; |