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.java57 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchExact()
70 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchFirst()
83 debuggeeWrapper.vmMirror.setMonitorWaitForClassMatch(classPattern); in testMonitorWaitForClassMatchSecond()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java1170 public ReplyPacket setMonitorWaitForClassMatch(String classRegexp) { in setMonitorWaitForClassMatch() method in VmMirror