Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsMessageBodyTest.java279 callCdmaLengthMethods(testStr, false, values); in testCalcLengthAscii()
280 callCdmaLengthMethods(testStr, true, values); in testCalcLengthAscii()
314 callCdmaLengthMethods(testStr, false, values); in testCalcLengthUnicode()
316 callCdmaLengthMethods(testStr, true, values7bit); in testCalcLengthUnicode()
576 private void callCdmaLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callCdmaLengthMethods() method in SmsMessageBodyTest