Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DForceEarlyReturnDebuggee.java48 public static final String THREAD_SHORT = "THREAD_SHORT"; field in ForceEarlyReturnDebuggee
209 } else if (getName().equals(THREAD_SHORT)) { in run()
DForceEarlyReturnTest.java177 testThreadName = ForceEarlyReturnDebuggee.THREAD_SHORT; in testForceEarlyReturn_ReturnShort()