Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java426 private static class CodingException extends Exception { class in BearerData
428 public CodingException(String s) { in CodingException() method in BearerData.CodingException
566 throws CodingException in encode7bitAscii()
577 throw new CodingException("cannot ASCII encode (" + msg.charAt(i) + ")"); in encode7bitAscii()
585 throw new CodingException("7bit ASCII encode failed: " + ex); in encode7bitAscii()
590 throws CodingException in encodeUtf16()
595 throw new CodingException("UTF-16 encode failed: " + ex); in encodeUtf16()
605 throws CodingException in encode7bitGsm()
631 throw new CodingException("7bit GSM encode failed: " + ex); in encode7bitGsm()
636 throws CodingException in encode7bitEms()
[all …]
/frameworks/base/config/
Dpreloaded-classes8900 com.android.internal.telephony.cdma.sms.BearerData$CodingException
Dboot-image-profile.txt49536 Lcom/android/internal/telephony/cdma/sms/BearerData$CodingException;