Loading src/java/com/android/internal/telephony/GsmCdmaPhone.java +2 −2 Original line number Diff line number Diff line Loading @@ -1728,8 +1728,8 @@ public class GsmCdmaPhone extends Phone { public String getVoiceMailAlphaTag() { String ret = ""; if (isPhoneTypeGsm()) { IccRecords r = mIccRecords.get(); if (isPhoneTypeGsm() || mSimRecords != null) { IccRecords r = isPhoneTypeGsm() ? mIccRecords.get() : mSimRecords; ret = (r != null) ? r.getVoiceMailAlphaTag() : ""; } Loading Loading
src/java/com/android/internal/telephony/GsmCdmaPhone.java +2 −2 Original line number Diff line number Diff line Loading @@ -1728,8 +1728,8 @@ public class GsmCdmaPhone extends Phone { public String getVoiceMailAlphaTag() { String ret = ""; if (isPhoneTypeGsm()) { IccRecords r = mIccRecords.get(); if (isPhoneTypeGsm() || mSimRecords != null) { IccRecords r = isPhoneTypeGsm() ? mIccRecords.get() : mSimRecords; ret = (r != null) ? r.getVoiceMailAlphaTag() : ""; } Loading