Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmSmsTest.java343 decodeSingle(0); // default table in testDecode()
344 decodeSingle(1); // Turkish locking shift table in testDecode()
345 decodeSingle(3); // Portuguese locking shift table in testDecode()
348 private void decodeSingle(int language) throws Exception { in decodeSingle() method in GsmSmsTest