Lines Matching refs:AsyncResult

24 import android.os.AsyncResult;
357 * onComplete.obj will be an AsyncResult
358 * ((AsyncResult)onComplete.obj).exception == null on success
359 * ((AsyncResult)onComplete.obj).exception != null on fail
409 * onComplete.obj will be an AsyncResult
410 * ((AsyncResult)onComplete.obj).exception == null on success
411 * ((AsyncResult)onComplete.obj).exception != null on fail
417 AsyncResult.forMessage((onComplete)).exception =
441 AsyncResult.forMessage((onComplete)).exception =
658 AsyncResult ar;
685 ar = (AsyncResult) msg.obj;
743 ar = (AsyncResult) msg.obj;
788 ar = (AsyncResult) msg.obj;
836 ar = (AsyncResult) msg.obj;
853 ar = (AsyncResult) msg.obj;
862 AsyncResult.forMessage(((Message) ar.userObj)).exception = ar.exception;
870 ar = (AsyncResult) msg.obj;
891 ar = (AsyncResult) msg.obj;
910 ar = (AsyncResult) msg.obj;
928 ar = (AsyncResult) msg.obj;
1002 ar = (AsyncResult) msg.obj;
1009 ar = (AsyncResult) msg.obj;
1024 ar = (AsyncResult) msg.obj;
1035 ar = (AsyncResult) msg.obj;
1044 ar = (AsyncResult) msg.obj;
1065 ar = (AsyncResult) msg.obj;
1081 ar = (AsyncResult) msg.obj;
1096 ar = (AsyncResult) msg.obj;
1106 ar = (AsyncResult) msg.obj;
1120 ar = (AsyncResult) msg.obj;
1133 ar = (AsyncResult) msg.obj;
1153 AsyncResult.forMessage(((Message) ar.userObj)).exception = null;
1174 AsyncResult.forMessage(((Message) ar.userObj)).exception =
1178 AsyncResult.forMessage(((Message) ar.userObj))
1187 ar = (AsyncResult) msg.obj;
1196 AsyncResult.forMessage(((Message) ar.userObj)).exception
1203 ar = (AsyncResult) msg.obj;
1212 ar = (AsyncResult) msg.obj;
1227 ar = (AsyncResult) msg.obj;
1243 ar = (AsyncResult) msg.obj;
1258 ar = (AsyncResult) msg.obj;
1273 ar = (AsyncResult) msg.obj;
1288 ar = (AsyncResult) msg.obj;
1304 ar = (AsyncResult) msg.obj;
1319 ar = (AsyncResult) msg.obj;
1331 ar = (AsyncResult) msg.obj;
1344 AsyncResult.forMessage(
1377 public void onRecordLoaded(AsyncResult ar) {
1388 public void onRecordLoaded(AsyncResult ar) {
1612 new AsyncResult(null, null, null));
1651 * in the result field of an AsyncResult in the response.obj.
1873 * @param ar the AsyncResult from loadEFTransparent
1877 private void getSpnFsm(boolean start, AsyncResult ar) {