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.java280 callCdmaLengthMethods(testStr, false, values); in testCalcLengthAscii()
281 callCdmaLengthMethods(testStr, true, values); in testCalcLengthAscii()
315 callCdmaLengthMethods(testStr, false, values); in testCalcLengthUnicode()
317 callCdmaLengthMethods(testStr, true, values7bit); in testCalcLengthUnicode()
577 private void callCdmaLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callCdmaLengthMethods() method in SmsMessageBodyTest