From 4dfa6d36304afe8c986fc3d925863b1c58feb423 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Thu, 26 Jan 2017 12:45:57 -0800 Subject: [PATCH] Renamed voiceNetworkStateChanged and dataNetworkStateChanged The misleading voiceNetworkStateChanged should be renamed to networkStateChanged to reflect either voice or data network changes will trigger this indication. And dataNetworkStateChanged should be renamed to dataCallListChanged as well. Test: Build Merged-In: Icf20ceb3718794f7aa62650816714ac8679d101a Change-Id: Icf20ceb3718794f7aa62650816714ac8679d101a --- telephony/java/com/android/internal/telephony/RILConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0