Home
last modified time | relevance | path

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

/cts/tests/src/android/app/cts/
DActivityTestsBase.java41 private RuntimeException mResultStack = null; field in ActivityTestsBase
123 mResultStack = where; in finishWithResult()
153 if (mResultStack != null) { in waitForResultOrThrow()
155 mResultStack); in waitForResultOrThrow()
204 return mResultStack; in getResultStack()
DLaunchpadActivity.java141 private RuntimeException mResultStack = null; field in LaunchpadActivity
525 sCallingTest.activityFinished(mResultCode, mData, mResultStack); in finishWithResult()
533 mResultStack = new RuntimeException("Original error was here"); in setTestResult()
534 mResultStack.fillInStackTrace(); in setTestResult()