diff options
| author | 2017-02-06 22:47:05 +0000 | |
|---|---|---|
| committer | 2017-02-06 22:47:05 +0000 | |
| commit | 7eac8ec7c1b6cdb39f01a80e867cec1bbf1c66bc (patch) | |
| tree | 9da91f86aab93a25b45fe1ffcfe1db6eba70fcc3 | |
| parent | 6bd991b3d212e3e1e3e56aff2063cda01a69fc36 (diff) | |
| parent | 84f97e21b2014784b2b0f7e3a242b28257b2fb26 (diff) | |
Merge "Renamed voiceNetworkStateChanged and dataNetworkStateChanged"
am: 84f97e21b2
Change-Id: Ib35393c60b0800d21507bd5d8ffe35345e6e6926
| -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; |