Searched refs:returnedThread (Results 1 – 2 of 2) sorted by relevance
92 long returnedThread = exceptionEvent.getThreadID(); in testExceptionUncaughtEvent_ThrowLocation() local96 printTestLog("returnedThread = " + returnedThread); in testExceptionUncaughtEvent_ThrowLocation()97 assertTrue("Returned exception ThreadID is null,", returnedThread != 0); in testExceptionUncaughtEvent_ThrowLocation()104 Location topFrameLoc = getTopFrameLocation(returnedThread); in testExceptionUncaughtEvent_ThrowLocation()146 long returnedThread = exceptionEvent.getThreadID(); in testExceptionUncaughtEvent_CatchLocation() local149 printTestLog("returnedThread = " + returnedThread); in testExceptionUncaughtEvent_CatchLocation()150 assertTrue("Returned exception ThreadID is null,", returnedThread != 0); in testExceptionUncaughtEvent_CatchLocation()
178 long returnedThread = exceptionEvent.getThreadID(); in runThrowLocationTest() local182 printTestLog("returnedThread = " + returnedThread); in runThrowLocationTest()183 assertTrue("Returned exception ThreadID is null,", returnedThread != 0); in runThrowLocationTest()190 Location topFrameLoc = getTopFrameLocation(returnedThread); in runThrowLocationTest()227 long returnedThread = exceptionEvent.getThreadID(); in runCatchLocationTest() local230 printTestLog("returnedThread = " + returnedThread); in runCatchLocationTest()231 assertTrue("Returned exception ThreadID is null,", returnedThread != 0); in runCatchLocationTest()239 Location topFrameLoc = getTopFrameLocation(returnedThread); in runCatchLocationTest()