Home | History | Annotate | Download | only in telephony

Lines Matching defs:AsyncResult

29 import android.os.AsyncResult;
615 AsyncResult ar;
624 handleSetSelectNetwork((AsyncResult) msg.obj);
631 ar = (AsyncResult)msg.obj;
658 ar = (AsyncResult) msg.obj;
671 ar = (AsyncResult)msg.obj;
680 ar = (AsyncResult)msg.obj;
690 ar = (AsyncResult) msg.obj;
799 * Resulting events will have an AsyncResult in <code>Message.obj</code>.
800 * AsyncResult.userData will be set to the obj argument here.
822 AsyncResult ar = new AsyncResult(null, this, null);
848 AsyncResult ar = new AsyncResult(null, cn, null);
914 * Message.obj will be an AsyncResult
915 * AsyncResult.userObj = obj
916 * AsyncResult.result = a Connection. <p>
941 * Message.obj will be an AsyncResult
942 * AsyncResult.userObj = obj
943 * AsyncResult.result = true if phone supports video calling <p>
1007 * Message.obj will be an AsyncResult
1008 * AsyncResult.userObj = obj
1009 * AsyncResult.result = a Connection. <p>
1031 * <ul><li>Message.obj will be an AsyncResult</li>
1032 * <li>AsyncResult.userObj = obj</li>
1033 * <li>AsyncResult.result = a Connection object that is
1052 * Message.obj will contain an AsyncResult.
1081 * The returned <code>Message.obj</code> will contain an AsyncResult.
1104 * <code>Message.obj</code> will contain an AsyncResult.
1141 * Message.obj will contain an AsyncResult.
1142 * AsyncResult.result will be an Integer containing new mode.
1180 AsyncResult ar = (AsyncResult)fromRil.obj;
1234 * an AsyncResult, and <code>response.obj.exception</code> will be non-null
1260 * Registration point for emergency call/callback mode start. Message.obj is AsyncResult and
1300 private void handleSetSelectNetwork(AsyncResult ar) {
1301 // look for our wrapper within the asyncresult, skip the rest if it
1313 AsyncResult.forMessage(nsm.message, ar.result, ar.exception);
1398 AsyncResult ar = new AsyncResult(null, cn, null);
1404 * Message.obj will contain an AsyncResult.
1405 * AsyncResult.result will be a ServiceState instance
1426 * Message.obj will be an AsyncResult
1427 * AsyncResult.userObj = obj
1428 * AsyncResult.result = boolean, true to start play ringback tone
1446 * Message.obj will be an AsyncResult
1447 * AsyncResult.userObj = obj
1448 * AsyncResult.result = boolean, true to start play on-hold tone
1487 AsyncResult ar = new AsyncResult(null, ss, null);
1923 AsyncResult.forMessage(response, null, ex);
2038 * ((AsyncResult)response.obj).result is an int[] where int[0] is
2051 * (byte[])(((AsyncResult)response.obj).result)
2053 * (((AsyncResult)response.obj).result) == null and
2054 * (((AsyncResult)response.obj).exception) being an instance of
2071 * (String[])(((AsyncResult)response.obj).result).
2073 * (((AsyncResult)response.obj).result) == null and
2074 * (((AsyncResult)response.obj).exception) being an instance of
2417 * <code>AsyncResult</code>. <code>Message.obj.result</code> will be
2545 * Message.obj will contain an AsyncResult.
2546 * AsyncResult.result will be a SuppServiceNotification instance.
2568 * Message.obj will contain an AsyncResult.
2569 * AsyncResult.result will be a SuppServiceNotification instance.
2591 * Message.obj will contain an AsyncResult.
2592 * AsyncResult.result will be a CdmaInformationRecords.CdmaNumberInfoRec
2616 * Message.obj will contain an AsyncResult.
2617 * AsyncResult.result will be a CdmaInformationRecords.CdmaRedirectingNumberInfoRec
2641 * Message.obj will contain an AsyncResult.
2642 * AsyncResult.result will be a CdmaInformationRecords.CdmaLineControlInfoRec
2666 * Message.obj will contain an AsyncResult.
2667 * AsyncResult.result will be a CdmaInformationRecords.CdmaT53ClirInfoRec
2691 * Message.obj will contain an AsyncResult.
2692 * AsyncResult.result will be a CdmaInformationRecords.CdmaT53AudioControlInfoRec
2845 AsyncResult ar = new AsyncResult(null, cn, null);
2863 AsyncResult ar = new AsyncResult(null, isVideoCallCapable, null);
2873 AsyncResult ar = new AsyncResult(null, this, null);