Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSyntheticMethodsTest.java100 String methodGenericSignature = methodsReply.getNextValueAsString(); in runTestSyntheticMethods() local
101 logWriter.println("=> Method generic signature = " + methodGenericSignature); in runTestSyntheticMethods()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java1253 String methodGenericSignature = ""; in getMethods() local
1255 methodGenericSignature = reply.getNextValueAsString(); in getMethods()
1262 methodGenericSignature, in getMethods()