Lines Matching refs:exception
90 if (ar.exception instanceof CommandException) {
93 ar.exception);
97 (CommandException)ar.exception);
99 } else if (ar.userObj instanceof Throwable || ar.exception != null) {
102 Log.d(LOG_TAG, "handleGetCallWaitingResponse: Exception" + ar.exception);
127 if (ar.exception != null) {
129 Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception=" + ar.exception);
136 MESSAGE_SET_CALL_WAITING, MESSAGE_SET_CALL_WAITING, ar.exception));