Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DMonitorWaitTest.java58 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchExact()
71 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchFirst()
84 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchSecond()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java1073 public ReplyPacket setMonitorWaitForClassMatch(String classRegexp) { in setMonitorWaitForClassMatch() method in VmMirror