Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DJDWPEventModifierTestCase.java24 TEST_SUSPEND_POLICY = JDWPConstants.SuspendPolicy.ALL; field in JDWPEventModifierTestCase
63 EventBuilder builder = new EventBuilder(eventKind, TEST_SUSPEND_POLICY); in createBreakpointEventBuilder()
81 EventBuilder builder = new EventBuilder(eventKind, TEST_SUSPEND_POLICY); in createExceptionEventBuilder()
100 JDWPConstants.EventKind.METHOD_ENTRY, TEST_SUSPEND_POLICY); in createMethodEntryEventBuilder()
114 JDWPConstants.EventKind.METHOD_EXIT, TEST_SUSPEND_POLICY); in createMethodExitEventBuilder()
129 TEST_SUSPEND_POLICY); in createMethodExitWithReturnValueEventBuilder()
140 TEST_SUSPEND_POLICY); in createThreadStartBuilder()
150 TEST_SUSPEND_POLICY); in createThreadEndBuilder()
191 EventBuilder builder = new EventBuilder(eventKind, TEST_SUSPEND_POLICY); in createFieldEventBuilder()