Lines Matching refs:ar
180 AsyncResult ar;
196 ar= (AsyncResult) msg.obj;
197 if (ar.exception == null) {
198 int type = ((int[])ar.result)[0];
205 ar= (AsyncResult) msg.obj;
206 if (ar.exception != null) {
212 ar= (AsyncResult) msg.obj;
213 if (ar.exception == null) {
214 updateNeighboringCids((ArrayList<NeighboringCellInfo>)ar.result);
220 ar= (AsyncResult) msg.obj;
221 if (ar.exception != null) {
224 smsc.setText((String)ar.result);
229 ar= (AsyncResult) msg.obj;
230 if (ar.exception != null) {