OSDN Git Service

create getModemEnabled function in PhoneConfigurationManager
authorNazanin Bakhshi <nazaninb@google.com>
Sat, 2 Mar 2019 01:25:26 +0000 (17:25 -0800)
committerNazanin Bakhshi <nazaninb@google.com>
Mon, 4 Mar 2019 20:06:15 +0000 (12:06 -0800)
Bug: 124402911
Test: build
Change-Id: I7b22c5b0dbe95a8e5be2e0cbf3199841d275dac7
Merged-In: I7b22c5b0dbe95a8e5be2e0cbf3199841d275dac7
(cherry picked from commit 24183ad67acd9fcf3917bd56484212740578f36c)

telephony/java/com/android/internal/telephony/RILConstants.java

index 77b7979..5205973 100644 (file)
@@ -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;