Home
last modified time | relevance | path

Searched defs:calculateLength (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/gsm/
DSmsMessage.java197 public static int[] calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage
226 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSMSDispatcher.java92 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() method in CdmaSMSDispatcher
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java272 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() method in ImsSmsDispatcher
DSMSDispatcher.java911 protected abstract TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in SMSDispatcher
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java125 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() method in GsmSMSDispatcher
/frameworks/base/telephony/java/android/telephony/
DSmsMessage.java347 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage
470 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java417 public static TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in SmsMessage
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java904 public static TextEncodingDetails calculateLength(CharSequence msgBody, in calculateLength() method in SmsMessage