Merge "Add the log at onDataConnectionStateChanged do reset displayInfo" into rvc-dev am: 0ec54eaa5f am: 7ef193ea37
Change-Id: I2d26725b0bca851ac0f37db1c8a409f1511a6347
This commit is contained in:
@@ -652,6 +652,8 @@ public class MobileSignalController extends SignalController<
|
||||
}
|
||||
mDataState = state;
|
||||
if (networkType != mTelephonyDisplayInfo.getNetworkType()) {
|
||||
Log.d(mTag, "onDataConnectionStateChanged:"
|
||||
+ " network type change and reset displayInfo. type=" + networkType);
|
||||
mTelephonyDisplayInfo = new TelephonyDisplayInfo(networkType,
|
||||
TelephonyDisplayInfo.OVERRIDE_NETWORK_TYPE_NONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user