Loading src/java/com/android/internal/telephony/cat/CommandParamsFactory.java +4 −0 Original line number Diff line number Diff line Loading @@ -860,6 +860,10 @@ public class CommandParamsFactory extends Handler { ctlv = searchForTag(ComprehensionTlvTag.ALPHA_ID, ctlvs); if (ctlv != null) { textMsg.text = ValueParser.retrieveAlphaId(ctlv); // Assign the tone message text to empty string, if alpha identifier // data is null. If no alpha identifier tlv is present, then tone // message text will be null. if (textMsg.text == null) textMsg.text = ""; } // parse tone duration ctlv = searchForTag(ComprehensionTlvTag.DURATION, ctlvs); Loading Loading
src/java/com/android/internal/telephony/cat/CommandParamsFactory.java +4 −0 Original line number Diff line number Diff line Loading @@ -860,6 +860,10 @@ public class CommandParamsFactory extends Handler { ctlv = searchForTag(ComprehensionTlvTag.ALPHA_ID, ctlvs); if (ctlv != null) { textMsg.text = ValueParser.retrieveAlphaId(ctlv); // Assign the tone message text to empty string, if alpha identifier // data is null. If no alpha identifier tlv is present, then tone // message text will be null. if (textMsg.text == null) textMsg.text = ""; } // parse tone duration ctlv = searchForTag(ComprehensionTlvTag.DURATION, ctlvs); Loading