Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSyntheticFieldsTest.java99 String fieldGenericSignature = fieldsReply.getNextValueAsString(); in runTestSyntheticFields() local
100 logWriter.println("=> Field generic signature = " + fieldGenericSignature); in runTestSyntheticFields()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java1310 String fieldGenericSignature = ""; in getFieldsInfo() local
1312 fieldGenericSignature = reply.getNextValueAsString(); in getFieldsInfo()
1316 fieldGenericSignature, fieldModifiers); in getFieldsInfo()