Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DSMSDispatcherUtil.java244 return calculateLengthCdma(messageBody, use7bitOnly); in calculateLength()
271 public static TextEncodingDetails calculateLengthCdma(CharSequence messageBody, in calculateLengthCdma() method in SMSDispatcherUtil
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSMSDispatcher.java96 return SMSDispatcherUtil.calculateLengthCdma(messageBody, use7bitOnly); in calculateLength()