Home
last modified time | relevance | path

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

/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DDecoder.java61 throw new DecoderException(sig, mBuf.position() - 1); in readObject()
78 throw new DecoderException("Expected short key, got " + o.getClass()); in readMap()
92 public static class DecoderException extends RuntimeException { class in Decoder
93 public DecoderException(byte seen, int pos) { in DecoderException() method in Decoder.DecoderException
97 public DecoderException(String msg) { in DecoderException() method in Decoder.DecoderException
/frameworks/opt/vcard/java/com/android/vcard/
DVCardUtils.java49 private static class DecoderException extends Exception { class in VCardUtils
50 public DecoderException(String pMessage) { in DecoderException() method in VCardUtils.DecoderException
61 throws DecoderException { in decodeQuotedPrintable()
73 throw new DecoderException("Invalid quoted-printable encoding"); in decodeQuotedPrintable()
77 throw new DecoderException("Invalid quoted-printable encoding"); in decodeQuotedPrintable()
806 } catch (DecoderException e) { in parseQuotedPrintable()