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/luni/src/main/java/java/io/
DObjectOutputStream.java302 protected void annotateProxyClass(Class<?> aClass) throws IOException { in annotateProxyClass() method in ObjectOutputStream
751 annotateProxyClass(classToWrite); in writeClassDesc()