Home | History | Annotate | Download | only in phone

Lines Matching defs:ar

124             AsyncResult ar = (AsyncResult) msg.obj;
132 if (ar.exception != null) {
133 if (DBG) Log.d(LOG_TAG, "handleGetCLIRResponse: ar.exception="+ar.exception);
134 tcpListener.onException(CLIRListPreference.this, (CommandException) ar.exception);
135 } else if (ar.userObj instanceof Throwable) {
138 int clirArray[] = (int[]) ar.result;
150 AsyncResult ar = (AsyncResult) msg.obj;
152 if (ar.exception != null) {
153 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception="+ar.exception);
159 MESSAGE_SET_CLIR, MESSAGE_SET_CLIR, ar.exception));