Home | History | Annotate | Download | only in phone

Lines Matching refs:userObj

838         if (ar.userObj instanceof Throwable) {
839 if (DBG) Log.d(LOG_TAG, "FwdRead: userObj=" +
840 ((Throwable)ar.userObj).getMessage());
841 error = (Throwable)ar.userObj;