Loading src/java/com/android/internal/telephony/GsmCdmaPhone.java +1 −3 Original line number Diff line number Diff line Loading @@ -1465,10 +1465,8 @@ public class GsmCdmaPhone extends Phone { if (isPhoneTypeGsm()) { IccRecords r = mIccRecords.get(); return (r != null) ? r.getMsisdnNumber() : null; } else if (isPhoneTypeCdma()) { } else { return mSST.getMdnNumber(); } else { //isPhoneTypeCdmaLte() return (mSimRecords != null) ? mSimRecords.getMsisdnNumber() : null; } } Loading Loading
src/java/com/android/internal/telephony/GsmCdmaPhone.java +1 −3 Original line number Diff line number Diff line Loading @@ -1465,10 +1465,8 @@ public class GsmCdmaPhone extends Phone { if (isPhoneTypeGsm()) { IccRecords r = mIccRecords.get(); return (r != null) ? r.getMsisdnNumber() : null; } else if (isPhoneTypeCdma()) { } else { return mSST.getMdnNumber(); } else { //isPhoneTypeCdmaLte() return (mSimRecords != null) ? mSimRecords.getMsisdnNumber() : null; } } Loading