Home
last modified time | relevance | path

Searched refs:calculateLengthGsm (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DSMSDispatcherUtil.java246 return calculateLengthGsm(messageBody, use7bitOnly); in calculateLength()
257 public static TextEncodingDetails calculateLengthGsm(CharSequence messageBody, in calculateLengthGsm() method in SMSDispatcherUtil
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java129 return SMSDispatcherUtil.calculateLengthGsm(messageBody, use7bitOnly); in calculateLength()