Home | History | Annotate | Download | only in telephony

Lines Matching defs:msgCount

83         public int msgCount;
89 public int msgCount;
140 concatRef.msgCount = inStream.read();
143 if (concatRef.msgCount != 0 && concatRef.seqNumber != 0 &&
144 concatRef.seqNumber <= concatRef.msgCount) {
151 concatRef.msgCount = inStream.read();
154 if (concatRef.msgCount != 0 && concatRef.seqNumber != 0 &&
155 concatRef.seqNumber <= concatRef.msgCount) {
182 specialSmsMsg.msgCount = inStream.read();
225 outStream.write(concatRef.msgCount);
258 outStream.write(specialSmsMsg.msgCount & 0xFF);
277 builder.append(", msgCount=" + concatRef.msgCount);
300 builder.append(", msgCount=" + specialSmsMsg.msgCount);