am 7b0339a8: Merge "No data icon switch seen between LTE to EHRPD Handover" into honeycomb-LTE
* commit '7b0339a8adca1347fe7ac3ac118c903ff32442a8': No data icon switch seen between LTE to EHRPD Handover
This commit is contained in:
@@ -290,13 +290,6 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {
|
|||||||
newSS.setStateOutOfService();
|
newSS.setStateOutOfService();
|
||||||
mLteSS.setStateOutOfService();
|
mLteSS.setStateOutOfService();
|
||||||
|
|
||||||
// TODO: 4G Tech Handoff
|
|
||||||
// if (has4gHandoff) {
|
|
||||||
// Message msg = phone.mDataConnectionTracker.obtainMessage(
|
|
||||||
// DataConnectionTracker.EVENT_4G_TECHNOLOGY_CHANGE);
|
|
||||||
// phone.mDataConnectionTracker.sendMessage(msg);
|
|
||||||
// }
|
|
||||||
|
|
||||||
if ((hasMultiApnSupport)
|
if ((hasMultiApnSupport)
|
||||||
&& (phone.mDataConnectionTracker instanceof CdmaDataConnectionTracker)) {
|
&& (phone.mDataConnectionTracker instanceof CdmaDataConnectionTracker)) {
|
||||||
if (DBG) log("GsmDataConnectionTracker Created");
|
if (DBG) log("GsmDataConnectionTracker Created");
|
||||||
@@ -390,8 +383,7 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {
|
|||||||
mDetachedRegistrants.notifyRegistrants();
|
mDetachedRegistrants.notifyRegistrants();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((hasCdmaDataConnectionChanged || hasNetworkTypeChanged)
|
if ((hasCdmaDataConnectionChanged || hasNetworkTypeChanged)) {
|
||||||
&& (phone.mDataConnectionTracker instanceof CdmaDataConnectionTracker)) {
|
|
||||||
phone.notifyDataConnection();
|
phone.notifyDataConnection();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user