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.java286 callCdmaLengthMethods(testStr, false, values); in testCalcLengthAscii()
287 callCdmaLengthMethods(testStr, true, values); in testCalcLengthAscii()
321 callCdmaLengthMethods(testStr, false, values); in testCalcLengthUnicode()
323 callCdmaLengthMethods(testStr, true, values7bit); in testCalcLengthUnicode()
583 private void callCdmaLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callCdmaLengthMethods() method in SmsMessageBodyTest