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.java914 private class ExceptionStream extends InputStream { class
919 ExceptionStream(int resId, int exceptionPosition) { in ExceptionStream() method in ExceptionStream
952 InputStream is = new ExceptionStream(R.drawable.animated, 27570); in testExceptionInStream()