summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nazanin Bakhshi <nazaninb@google.com> 2019-03-01 00:07:44 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-03-01 00:07:44 +0000
commit13952bc10c9f6a539e38246904f0cc0b0984592c (patch)
tree8b2e983078c1f9e61feb39d6889a5b01e3632904
parent92be54d3295d0493ddcecbd45e5027bc12cd9a33 (diff)
parent63b728d1b77d939a918280e0c30cadb2bd48aecd (diff)
Merge "create getModemEnabled function in PhoneConfigurationManager"
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java1
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;