Searched refs:mFailure (Results 1 – 2 of 2) sorted by relevance
22 private RuntimeException mFailure = null; field in TestHandlerThread52 throw mFailure; in doTest()70 mFailure = failure; in failure()84 if (!mSuccess && mFailure == null) { in run()85 mFailure = new RuntimeException("no failure exception set"); in run()
53 String mFailure; field in TransferPipe195 while (mFailure == null && !mComplete) { in go()209 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure); in go()210 if (mFailure != null) { in go()211 throw new IOException(mFailure); in go()306 mFailure = e.toString(); in run()