Home | History | Annotate | Download | only in phone

Lines Matching defs:ar

80             AsyncResult ar = (AsyncResult) msg.obj;
90 if (ar.exception != null) {
92 Log.d(LOG_TAG, "handleGetCallWaitingResponse: ar.exception=" + ar.exception);
96 (CommandException)ar.exception);
98 } else if (ar.userObj instanceof Throwable) {
102 int[] cwArray = (int[])ar.result;
116 AsyncResult ar = (AsyncResult) msg.obj;
118 if (ar.exception != null) {
119 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception=" + ar.exception);
125 MESSAGE_SET_CALL_WAITING, MESSAGE_SET_CALL_WAITING, ar.exception));