Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java1032 private class ExceptionStream extends InputStream { class
1037 ExceptionStream(int resId, int exceptionPosition) { in ExceptionStream() method in ExceptionStream
1070 InputStream is = new ExceptionStream(R.drawable.animated, 27570); in testExceptionInStream()