Home
last modified time | relevance | path

Searched refs:msgBody (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsMessageBase.java437 int currentPosition, int byteLimit, CharSequence msgBody) { in findNextUnicodePosition() argument
442 if (nextPos < msgBody.length()) { in findNextUnicodePosition()
444 breakIterator.setText(msgBody.toString()); in findNextUnicodePosition()
449 Character.codePointAt(msgBody, breakPos)) in findNextUnicodePosition()
451 Character.codePointAt(msgBody, breakPos + 2))) { in findNextUnicodePosition()
476 int octets = msgBody.length() * 2; in calcUnicodeEncodingDetails()
478 ted.codeUnitCount = msgBody.length(); in calcUnicodeEncodingDetails()
495 while (pos < msgBody.length()) { in calcUnicodeEncodingDetails()
497 msgBody); in calcUnicodeEncodingDetails()
498 if (nextPos == msgBody.length()) { in calcUnicodeEncodingDetails()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSmsMessage.java362 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly) { in calculateLength() argument
363 return calculateLength(msgBody, use7bitOnly, SmsManager.getDefaultSmsSubscriptionId()); in calculateLength()
383 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly, int subId) { in calculateLength() argument
388 msgBody, use7bitOnly, true) in calculateLength()
390 msgBody, use7bitOnly); in calculateLength()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java1146 public static TextEncodingDetails calculateLength(CharSequence msgBody, in calculateLength() argument
1151 newMsgBody = Sms7BitEncodingTranslator.translate(msgBody, false /* isCdmaFormat */); in calculateLength()
1154 newMsgBody = msgBody; in calculateLength()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...