summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nazanin Bakhshi <nazaninb@google.com> 2019-02-21 13:05:04 -0800
committer Nazanin Bakhshi <nazaninb@google.com> 2019-02-21 14:27:03 -0800
commitcc07b9ed2ddb79e76d6b97aeebf0a767a3503bb7 (patch)
treef8a6fe6f8a5fdbad93b96277547786eb9ce37970
parenta54cb88d01d7131127bdf297be261c36e58978ad (diff)
create getModemEnabled function in PhoneConfigurationManager
Bug: 124402911 Test: build Change-Id: I7b22c5b0dbe95a8e5be2e0cbf3199841d275dac7
-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;