Home
last modified time | relevance | path

Searched defs:TO_STRING_DESC (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/runtime/
DObjectMethodsTest.java53 static final MethodType TO_STRING_DESC = methodType(String.class, C.class); field in ObjectMethodsTest.C
78 static final MethodType TO_STRING_DESC = methodType(String.class, Empty.class); field in ObjectMethodsTest.Empty