Searched refs:mResultStack (Results 1 – 2 of 2) sorted by relevance
41 private RuntimeException mResultStack = null; field in ActivityTestsBase123 mResultStack = where; in finishWithResult()153 if (mResultStack != null) { in waitForResultOrThrow()155 mResultStack); in waitForResultOrThrow()204 return mResultStack; in getResultStack()
141 private RuntimeException mResultStack = null; field in LaunchpadActivity525 sCallingTest.activityFinished(mResultCode, mData, mResultStack); in finishWithResult()533 mResultStack = new RuntimeException("Original error was here"); in setTestResult()534 mResultStack.fillInStackTrace(); in setTestResult()