Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
DBearerData.java363 private static class CodingException extends Exception { class in BearerData
364 public CodingException(String s) { in CodingException() method in BearerData.CodingException
500 throws CodingException in encode7bitAscii()
511 throw new CodingException("cannot ASCII encode (" + msg.charAt(i) + ")"); in encode7bitAscii()
519 throw new CodingException("7bit ASCII encode failed: " + ex); in encode7bitAscii()
524 throws CodingException in encodeUtf16()
529 throw new CodingException("UTF-16 encode failed: " + ex); in encodeUtf16()
539 throws CodingException in encode7bitGsm()
565 throw new CodingException("7bit GSM encode failed: " + ex); in encode7bitGsm()
570 throws CodingException in encode7bitEms()
[all …]