Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java435 private static class CodingException extends Exception { class in BearerData
437 public CodingException(String s) { in CodingException() method in BearerData.CodingException
584 throws CodingException in encode7bitAscii()
595 throw new CodingException("cannot ASCII encode (" + msg.charAt(i) + ")"); in encode7bitAscii()
603 throw new CodingException("7bit ASCII encode failed: " + ex); in encode7bitAscii()
608 throws CodingException in encodeUtf16()
613 throw new CodingException("UTF-16 encode failed: " + ex); in encodeUtf16()
623 throws CodingException in encode7bitGsm()
649 throw new CodingException("7bit GSM encode failed: " + ex); in encode7bitGsm()
654 throws CodingException in encode7bitEms()
[all …]