Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A 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