Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DBearerData.java122 private static class CodingException extends Exception { class in BearerData
123 public CodingException(String s) { in CodingException() method in BearerData.CodingException
206 throws BitwiseInputStream.AccessException, CodingException { in decodeReserved()
217 throw new CodingException("RESERVED bearer data subparameter " + subparamId in decodeReserved()
245 throws CodingException { in decodeUtf8()
250 throws CodingException { in decodeUtf16()
258 String charset) throws CodingException { in decodeCharset()
264 throw new CodingException(charset + " decode failed: offset out of range"); in decodeCharset()
274 throw new CodingException(charset + " decode failed: " + ex); in decodeCharset()
279 throws CodingException { in decode7bitAscii()
[all …]