Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DFieldWithLocationTest.java53 runFieldLocationTest(false); in testFieldAccessLocationEvent()
67 runFieldLocationTest(true); in testFieldModificationLocationEvent()
131 private void runFieldLocationTest(boolean modification) { in runFieldLocationTest() method in FieldWithLocationTest