diff options
| author | 2019-02-27 11:20:55 +0000 | |
|---|---|---|
| committer | 2019-02-27 11:20:55 +0000 | |
| commit | 1d62729db912f26789d6e6a766968d04882ca2a0 (patch) | |
| tree | 58234648288cca8b6b9e71ede82ccfcaac1f5c29 | |
| parent | cc07b9ed2ddb79e76d6b97aeebf0a767a3503bb7 (diff) | |
Revert "create getModemEnabled function in PhoneConfigurationManager"
This reverts commit cc07b9ed2ddb79e76d6b97aeebf0a767a3503bb7.
Reason for revert: Broke presubmit
Change-Id: I329a1c509385789d189e1452c72fde55b11f1422
| -rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index 5205973669ac..77b797956cf5 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -470,7 +470,6 @@ 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; |