Lines Matching defs:obj

290     void registerForUnknownConnection(Handler h, int what, Object obj);
302 * Resulting events will have an AsyncResult in <code>Message.obj</code>.
303 * AsyncResult.userData will be set to the obj argument here.
306 void registerForPreciseCallStateChanged(Handler h, int what, Object obj);
319 * Message.obj will be an AsyncResult
320 * AsyncResult.userObj = obj
327 void registerForNewRingingConnection(Handler h, int what, Object obj);
340 * Message.obj will be an AsyncResult
341 * AsyncResult.userObj = obj
344 void registerForIncomingRing(Handler h, int what, Object obj);
357 * Message.obj will be an AsyncResult
358 * AsyncResult.userObj = obj
362 void registerForRingbackTone(Handler h, int what, Object obj);
374 void registerForResendIncallMute(Handler h, int what, Object obj);
386 * <ul><li>Message.obj will be an AsyncResult</li>
387 * <li>AsyncResult.userObj = obj</li>
391 void registerForDisconnect(Handler h, int what, Object obj);
407 * The returned <code>Message.obj</code> will contain an AsyncResult.
409 * <code>obj.result</code> will be an "MmiCode" object.
411 void registerForMmiInitiate(Handler h, int what, Object obj);
424 * <code>Message.obj</code> will contain an AsyncResult.
425 * <code>obj.result</code> will be an "MmiCode" object
427 void registerForMmiComplete(Handler h, int what, Object obj);
439 * @param obj placed in Message.obj
441 public void registerForEcmTimerReset(Handler h, int what, Object obj);
469 * Message.obj will contain an AsyncResult.
472 void registerForServiceStateChanged(Handler h, int what, Object obj);
482 * Message.obj will contain an AsyncResult.
487 * @param obj User object.
489 void registerForSuppServiceNotification(Handler h, int what, Object obj);
501 * Message.obj will contain an AsyncResult.
505 * @param obj User object.
507 void registerForSuppServiceFailed(Handler h, int what, Object obj);
522 * @param obj User object.
524 void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj);
538 * @param obj User object.
540 void registerForInCallVoicePrivacyOff(Handler h, int what, Object obj);
554 * @param obj User object.
556 void registerForCdmaOtaStatusChange(Handler h, int what, Object obj);
568 * @param obj placed in Message.obj
570 public void registerForSubscriptionInfoReady(Handler h, int what, Object obj);
919 * ((AsyncResult)onComplete.obj) is an array of CallForwardInfo.
954 * ((AsyncResult)onComplete.obj) is an array of int, with a length of 2.
976 * ((AsyncResult)onComplete.obj) is an array of int, with a length of 1.
995 * On completion, <code>response.obj</code> is set to an AsyncResult with
998 * <li><code>response.obj.result</code> will be a <code>List</code> of
1000 * <li><code>response.obj.exception</code> will be set with an exception
1019 * dispatched when this is complete. <code>response.obj</code> will be
1020 * an AsyncResult, and <code>response.obj.exception</code> will be non-null
1060 * this is complete. <code>response.obj</code> will be an AsyncResult,
1061 * and <code>response.obj.exception</code> will be non-null on failure.
1076 * The <code>obj</code> field of these Message's will be instances of
1077 * <code>AsyncResult</code>. <code>Message.obj.result</code> will be
1105 void setOnPostDialCharacter(Handler h, int what, Object obj);
1140 * (byte[])(((AsyncResult)response.obj).result)
1142 * (((AsyncResult)response.obj).result) == null and
1143 * (((AsyncResult)response.obj).exception) being an instance of
1156 * (String[])(((AsyncResult)response.obj).result).
1158 * (((AsyncResult)response.obj).result) == null and
1159 * (((AsyncResult)response.obj).exception) being an instance of
1171 * (String[])(((AsyncResult)response.obj).result).
1173 * (((AsyncResult)response.obj).result) == null and
1174 * (((AsyncResult)response.obj).exception) being an instance of
1217 * ((AsyncResult)response.obj).result is an int[] with every
1470 * @param obj User object.
1472 void registerForCallWaiting(Handler h, int what, Object obj);
1483 * Message.obj will contain an AsyncResult.
1488 * @param obj User object.
1491 void registerForSignalInfo(Handler h, int what, Object obj) ;
1502 * Message.obj will contain an AsyncResult.
1507 * @param obj User object.
1509 void registerForDisplayInfo(Handler h, int what, Object obj);
1521 * Message.obj will contain an AsyncResult.
1527 * @param obj User object.
1529 void registerForNumberInfo(Handler h, int what, Object obj);
1542 * Message.obj will contain an AsyncResult.
1548 * @param obj User object.
1550 void registerForRedirectedNumberInfo(Handler h, int what, Object obj);
1563 * Message.obj will contain an AsyncResult.
1569 * @param obj User object.
1571 void registerForLineControlInfo(Handler h, int what, Object obj);
1584 * Message.obj will contain an AsyncResult.
1590 * @param obj User object.
1592 void registerFoT53ClirlInfo(Handler h, int what, Object obj);
1605 * Message.obj will contain an AsyncResult.
1611 * @param obj User object.
1613 void registerForT53AudioControlInfo(Handler h, int what, Object obj);
1628 * @param obj User object.
1631 void setOnEcbModeExitResponse(Handler h, int what, Object obj);
1673 * @param response a callback message with the String response in the obj field