Searched refs:mResultStack (Results 1 – 4 of 4) 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()
139 private RuntimeException mResultStack = null; field in LaunchpadActivity522 sCallingTest.activityFinished(mResultCode, mData, mResultStack); in finishWithResult()530 mResultStack = new RuntimeException("Original error was here"); in setTestResult()531 mResultStack.fillInStackTrace(); in setTestResult()
42 private RuntimeException mResultStack = null; field in ActivityTestsBase137 mResultStack = where; in finishWithResult()167 if (mResultStack != null) { in waitForResultOrThrow()169 mResultStack); in waitForResultOrThrow()218 return mResultStack; in getResultStack()
145 private RuntimeException mResultStack = null; field in LaunchpadActivity530 sCallingTest.activityFinished(mResultCode, mData, mResultStack); in finishWithResult()538 mResultStack = new RuntimeException("Original error was here"); in setTestResult()539 mResultStack.fillInStackTrace(); in setTestResult()