Searched refs:msgCount (Results 1 – 7 of 7) sorted by relevance
132 public int msgCount; field in SmsHeader.ConcatRef142 && msgCount == concatRef.msgCount in equals()154 public int msgCount; field in SmsHeader.SpecialSmsMsg162 && msgCount == that.msgCount; in equals()167 return Objects.hash(msgIndType, msgCount); in hashCode()241 concatRef.msgCount = inStream.read(); in fromByteArray()252 concatRef.msgCount = inStream.read(); in fromByteArray()283 specialSmsMsg.msgCount = inStream.read(); in fromByteArray()327 outStream.write(concatRef.msgCount); in toByteArray()360 outStream.write(specialSmsMsg.msgCount & 0xFF); in toByteArray()[all …]
494 int msgCount = 0; in calcUnicodeEncodingDetails() local503 msgCount++; in calcUnicodeEncodingDetails()505 ted.msgCount = msgCount; in calcUnicodeEncodingDetails()507 ted.msgCount = 1; in calcUnicodeEncodingDetails()
93 public int msgCount; field in GsmAlphabet.TextEncodingDetails133 "{ msgCount=" + msgCount + in toString()868 ted.codeUnitsRemaining = (ted.msgCount *871 ted.msgCount = 1;934 ted.msgCount = Integer.MAX_VALUE;951 int msgCount;960 septetsRemaining = (msgCount * septetsPerMessage) - septets;962 msgCount = 1;971 || msgCount < ted.msgCount || (msgCount == ted.msgCount974 ted.msgCount = msgCount;[all …]
392 ret[0] = ted.msgCount; in calculateLength()449 if (ted.msgCount > 1) { in fragmentText()459 if (ted.msgCount > 1) { in fragmentText()467 if (!hasEmsSupport() && ted.msgCount < 10) { in fragmentText()481 newMsgBody = Sms7BitEncodingTranslator.translate(text, isCdma && ted.msgCount == 1); in fragmentText()489 ArrayList<String> result = new ArrayList<String>(ted.msgCount); in fragmentText()493 if (isCdma && ted.msgCount == 1) { in fragmentText()723 @IntRange(from = 1, to = 255) int msgCount) { in getSubmitPduEncodedMessage()728 concatRef.msgCount = msgCount; in getSubmitPduEncodedMessage()
566 ted.msgCount = 1; in calcTextEncodingDetails()573 if (ted.msgCount == 1 && ted.codeUnitSize == SmsConstants.ENCODING_7BIT && in calcTextEncodingDetails()
1603 mVoiceMailCount = msg.msgCount & 0xff; in parseUserData()
84971 Lcom/android/internal/telephony/SmsHeader$SpecialSmsMsg;->msgCount:I