Searched refs:mResultStack (Results 1 – 2 of 2) sorted by relevance
41 private RuntimeException mResultStack = null; field in ActivityTestsBase123 mResultStack = where; in finishWithResult()151 if (mResultStack != null) { in waitForResultOrThrow()154 mResultStack); in waitForResultOrThrow()203 return mResultStack; in getResultStack()
145 private RuntimeException mResultStack = null; field in LaunchpadActivity369 sCallingTest.activityFinished(mResultCode, mData, mResultStack); in onDestroy()462 mResultStack = new RuntimeException("Original error was here"); in setTestResult()463 mResultStack.fillInStackTrace(); in setTestResult()