Searched refs:CodingException (Results 1 – 3 of 3) sorted by relevance
426 private static class CodingException extends Exception { class in BearerData428 public CodingException(String s) { in CodingException() method in BearerData.CodingException566 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 …]
8900 com.android.internal.telephony.cdma.sms.BearerData$CodingException
49536 Lcom/android/internal/telephony/cdma/sms/BearerData$CodingException;