Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit faae0b41 authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "msim: Add DC-HSPAP support" into cm-11.0

parents f389c1f4 5bb43199
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -679,6 +679,14 @@ public class MSimNetworkController extends NetworkController {
                                    R.string.accessibility_data_connection_3g);
                        }
                        break;
                    case TelephonyManager.NETWORK_TYPE_DCHSPAP:
                        mDataIconList = TelephonyIcons.DATA_DC[mInetCondition];
                        mMSimDataTypeIconId[subscription] =
                                R.drawable.stat_sys_data_fully_connected_dc;
                        mQSDataTypeIconId = TelephonyIcons.QS_DATA_DC[mInetCondition];
                        mMSimContentDescriptionDataType[subscription] = mContext.getString(
                                R.string.accessibility_data_connection_DC);
                        break;
                    case TelephonyManager.NETWORK_TYPE_CDMA:
                        // display 1xRTT for IS95A/B
                        mDataIconList = TelephonyIcons.DATA_1X[mInetCondition];