Home | History | Annotate | Download | only in settings

Lines Matching refs:ar

189             AsyncResult ar;
206 ar= (AsyncResult) msg.obj;
207 if (ar.exception == null) {
208 int type = ((int[])ar.result)[0];
220 ar= (AsyncResult) msg.obj;
221 if (ar.exception != null) {
227 ar= (AsyncResult) msg.obj;
228 if (ar.exception == null) {
229 updateNeighboringCids((ArrayList<NeighboringCellInfo>)ar.result);
235 ar= (AsyncResult) msg.obj;
236 if (ar.exception != null) {
239 smsc.setText((String)ar.result);
244 ar= (AsyncResult) msg.obj;
245 if (ar.exception != null) {