Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/MSimNetworkControllerImpl.java +4 −2 Original line number Diff line number Diff line Loading @@ -497,9 +497,11 @@ public class MSimNetworkControllerImpl extends NetworkControllerImpl { private void setCarrierText() { String carrierName = mCarrierTextSub[PHONE_ID1]; if (!mAirplaneMode) { for (int i = 1; i < mPhoneCount; i++) { carrierName = carrierName + " " + mCarrierTextSub[i]; } } if (mContext.getResources().getBoolean(R.bool.config_showDataConnectionView)) { for (int i = 0; i < mSubsLabelViews.size(); i++) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/MSimNetworkControllerImpl.java +4 −2 Original line number Diff line number Diff line Loading @@ -497,9 +497,11 @@ public class MSimNetworkControllerImpl extends NetworkControllerImpl { private void setCarrierText() { String carrierName = mCarrierTextSub[PHONE_ID1]; if (!mAirplaneMode) { for (int i = 1; i < mPhoneCount; i++) { carrierName = carrierName + " " + mCarrierTextSub[i]; } } if (mContext.getResources().getBoolean(R.bool.config_showDataConnectionView)) { for (int i = 0; i < mSubsLabelViews.size(); i++) { Loading