Home
last modified time | relevance | path

Searched refs:annotateProxyClass (Results 1 – 4 of 4) 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
/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java568 protected void annotateProxyClass(Class<?> cl) throws IOException { in annotateProxyClass() method in ObjectOutputStream
1317 annotateProxyClass(cl); in writeProxyDesc()
/libcore/api/
Dcurrent.txt1766 method protected void annotateProxyClass(Class<?>) throws java.io.IOException;