Searched defs:msgBody (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | SmsMessageBase.java | 427 int currentPosition, int byteLimit, CharSequence msgBody) { in findNextUnicodePosition() 464 public static TextEncodingDetails calcUnicodeEncodingDetails(CharSequence msgBody) { in calcUnicodeEncodingDetails()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsMessageBodyTest.java | 547 private void callGsmLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callGsmLengthMethods() 576 private void callCdmaLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callCdmaLengthMethods()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsMessage.java | 358 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly) { in calculateLength() 379 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly, int subId) { in calculateLength()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 1081 public static TextEncodingDetails calculateLength(CharSequence msgBody, in calculateLength()
|