Home
last modified time | relevance | path

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

/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DDecoder.java92 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