Searched refs:testStr (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsMessageBodyTest.java | 279 String testStr = sb.toString(); in testCalcLengthAscii() local 284 callGsmLengthMethods(testStr, false, values); in testCalcLengthAscii() 285 callGsmLengthMethods(testStr, true, values); in testCalcLengthAscii() 286 callCdmaLengthMethods(testStr, false, values); in testCalcLengthAscii() 287 callCdmaLengthMethods(testStr, true, values); in testCalcLengthAscii() 313 String testStr = sb.toString(); in testCalcLengthUnicode() local 320 callGsmLengthMethods(testStr, false, values); in testCalcLengthUnicode() 321 callCdmaLengthMethods(testStr, false, values); in testCalcLengthUnicode() 322 callGsmLengthMethods(testStr, true, values7bit); in testCalcLengthUnicode() 323 callCdmaLengthMethods(testStr, true, values7bit); in testCalcLengthUnicode()
|