diff options
| author | 2017-02-06 22:41:10 +0000 | |
|---|---|---|
| committer | 2017-02-06 22:41:11 +0000 | |
| commit | 84f97e21b2014784b2b0f7e3a242b28257b2fb26 (patch) | |
| tree | 0ed19580a5079e361c2432d74034eb28f6e6d4f0 | |
| parent | d736a6b2c2d637442df83e692d4e86870b2253de (diff) | |
| parent | 4dfa6d36304afe8c986fc3d925863b1c58feb423 (diff) | |
Merge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged"
| -rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index a91e9beb3143..b770b198c17d 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -417,7 +417,7 @@ cat include/telephony/ril.h | \ int RIL_UNSOL_RESPONSE_BASE = 1000; int RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED = 1000; int RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED = 1001; - int RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED = 1002; + int RIL_UNSOL_RESPONSE_NETWORK_STATE_CHANGED = 1002; int RIL_UNSOL_RESPONSE_NEW_SMS = 1003; int RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT = 1004; int RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM = 1005; |