Searched refs:concatRef (Results 1 – 2 of 2) sorted by relevance
84 && Objects.equals(concatRef, smsHeader.concatRef) in equals()199 public ConcatRef concatRef; field in SmsHeader235 ConcatRef concatRef; in fromByteArray() local244 if (concatRef.msgCount != 0 && concatRef.seqNumber != 0 && in fromByteArray()245 concatRef.seqNumber <= concatRef.msgCount) { in fromByteArray()246 smsHeader.concatRef = concatRef; in fromByteArray()255 if (concatRef.msgCount != 0 && concatRef.seqNumber != 0 && in fromByteArray()256 concatRef.seqNumber <= concatRef.msgCount) { in fromByteArray()257 smsHeader.concatRef = concatRef; in fromByteArray()315 ConcatRef concatRef = smsHeader.concatRef; in toByteArray() local[all …]
725 SmsHeader.ConcatRef concatRef = new SmsHeader.ConcatRef(); in getSubmitPduEncodedMessage() local726 concatRef.refNumber = refNumber; in getSubmitPduEncodedMessage()727 concatRef.seqNumber = seqNumber; // 1-based sequence in getSubmitPduEncodedMessage()728 concatRef.msgCount = msgCount; in getSubmitPduEncodedMessage()735 concatRef.isEightBits = true; in getSubmitPduEncodedMessage()737 smsHeader.concatRef = concatRef; in getSubmitPduEncodedMessage()