Home | History | Annotate | Download | only in phone

Lines Matching defs:ar

175             AsyncResult ar = (AsyncResult) msg.obj;
178 if (ar.exception != null) {
179 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse: ar.exception=" + ar.exception);
181 (CommandException) ar.exception);
183 if (ar.userObj instanceof Throwable) {
186 CallForwardInfo cfInfoArray[] = (CallForwardInfo[]) ar.result;
237 AsyncResult ar = (AsyncResult) msg.obj;
239 if (ar.exception != null) {
240 if (DBG) Log.d(LOG_TAG, "handleSetCFResponse: ar.exception=" + ar.exception);
245 obtainMessage(MESSAGE_GET_CF, msg.arg1, MESSAGE_SET_CF, ar.exception));