Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsMessageBodyTest.java284 callGsmLengthMethods(testStr, false, values); in testCalcLengthAscii()
285 callGsmLengthMethods(testStr, true, values); in testCalcLengthAscii()
320 callGsmLengthMethods(testStr, false, values); in testCalcLengthUnicode()
322 callGsmLengthMethods(testStr, true, values7bit); in testCalcLengthUnicode()
554 private void callGsmLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callGsmLengthMethods() method in SmsMessageBodyTest