Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DFieldWithLocationTest.java101 byte fieldEventKind = event.getEventKind(); in checkEvent()
102 if (fieldEventKind == JDWPConstants.EventKind.FIELD_ACCESS) { in checkEvent()
104 } else if (fieldEventKind == JDWPConstants.EventKind.FIELD_MODIFICATION) { in checkEvent()
DEventLocationEventTestCase.java138 private void clearEvent(byte fieldEventKind, int requestId) { in clearEvent() argument
140 debuggeeWrapper.vmMirror.clearEvent(fieldEventKind, requestId); in clearEvent()