Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectOutputStreamTest.java1002 mockObjectOutputStream.annotateProxyClass(this.getClass()); in test_annotateProxyClass()
1016 public void annotateProxyClass(Class<?> aClass) throws IOException { in annotateProxyClass() method in ObjectOutputStreamTest.MockObjectOutputStream
1017 super.annotateProxyClass(aClass); in annotateProxyClass()
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectOutputStream.java79 protected void annotateProxyClass(java.lang.Class<?> cl) throws java.io.IOException { in annotateProxyClass() method in ObjectOutputStream