Lines Matching defs:result

251      * AsyncResult.result is a String containing the SMS PDU
259 * AsyncResult.result is an int array containing the index of new SMS
267 * AsyncResult.result is a String containing the status report PDU
275 * AsyncResult.result is an Object[]
276 * ((Object[])AsyncResult.result)[0] is a String containing the NITZ time string
277 * ((Object[])AsyncResult.result)[1] is a Long containing the milliseconds since boot as
293 * AsyncResult.result is a String[]
294 * ((String[])(AsyncResult.result))[0] contains status code
302 * ((String[])(AsyncResult.result))[1] contains the USSD message
311 * AsyncResult.result is an int[2]
312 * response.obj.result[0] is received signal strength (0-31, 99)
313 * response.obj.result[1] is bit error rate (0-7, 99)
358 * AsyncResult.result is an int[1]
359 * response.obj.result[0] is a bitmask of RIL_RESTRICTED_STATE_* values
425 * @param result Message to be posted when command completes.
427 void setSuppServiceNotifications(boolean enable, Message result);
535 * AsyncResult.result = boolean. <p>
561 * ar.exception and ar.result are null on success
564 void supplyIccPin(String pin, Message result);
575 * ar.exception and ar.result are null on success
578 void supplyIccPuk(String puk, String newPin, Message result);
591 * ar.exception and ar.result are null on success
594 void supplyIccPin2(String pin2, Message result);
607 * ar.exception and ar.result are null on success
610 void supplyIccPuk2(String puk2, String newPin2, Message result);
612 void changeIccPin(String oldPin, String newPin, Message result);
613 void changeIccPin2(String oldPin2, String newPin2, Message result);
615 void changeBarringPassword(String facility, String oldPwd, String newPwd, Message result);
617 void supplyNetworkDepersonalization(String netpin, Message result);
623 * ar.userObject contains the orignal value of result.obj
624 * ar.result contains a List of DriverCall
625 * The ar.result List is sorted by DriverCall.index
627 void getCurrentCalls (Message result);
633 * ar.userObject contains the orignal value of result.obj
634 * ar.result contains a List of DataCallState
638 void getPDPContextList(Message result);
644 * ar.userObject contains the orignal value of result.obj
645 * ar.result contains a List of DataCallState
647 void getDataCallList(Message result);
653 * ar.userObject contains the orignal value of result.obj
654 * ar.result is null on success and failure
660 void dial (String address, int clirMode, Message result);
666 * ar.userObject contains the orignal value of result.obj
667 * ar.result is null on success and failure
673 void dial(String address, int clirMode, UUSInfo uusInfo, Message result);
679 * ar.userObject contains the orignal value of result.obj
680 * ar.result is String containing IMSI on success
682 void getIMSI(Message result);
688 * ar.userObject contains the orignal value of result.obj
689 * ar.result is String containing IMEI on success
691 void getIMEI(Message result);
697 * ar.userObject contains the orignal value of result.obj
698 * ar.result is String containing IMEISV on success
700 void getIMEISV(Message result);
707 * ar.userObject contains the orignal value of result.obj
708 * ar.result is null on success and failure
713 void hangupConnection (int gsmIndex, Message result);
720 * ar.userObject contains the orignal value of result.obj
721 * ar.result is null on success and failure
723 void hangupWaitingOrBackground (Message result);
731 * ar.userObject contains the orignal value of result.obj
732 * ar.result is null on success and failure
734 void hangupForegroundResumeBackground (Message result);
742 * ar.userObject contains the orignal value of result.obj
743 * ar.result is null on success and failure
745 void switchWaitingOrHoldingAndActive (Message result);
752 * ar.userObject contains the orignal value of result.obj
753 * ar.result is null on success and failure
755 void conference (Message result);
761 * @param result is a callback message
763 void setPreferredVoicePrivacy(boolean enable, Message result);
768 * @param result is a callback message
770 void getPreferredVoicePrivacy(Message result);
777 void separateConnection (int gsmIndex, Message result);
782 * ar.userObject contains the orignal value of result.obj
783 * ar.result is null on success and failure
785 void acceptCall (Message result);
790 * ar.userObject contains the orignal value of result.obj
791 * ar.result is null on success and failure
793 void rejectCall (Message result);
800 * ar.userObject contains the orignal value of result.obj
801 * ar.result is null on success and failure
803 void explicitCallTransfer (Message result);
813 void getLastCallFailCause (Message result);
824 void getLastPdpFailCause (Message result);
830 void getLastDataCallFailCause (Message result);
838 * response.obj.result is an int[2]
839 * response.obj.result[0] is received signal strength (0-31, 99)
840 * response.obj.result[1] is bit error rate (0-7, 99)
847 * response.obj.result is an int[3]
848 * response.obj.result[0] is registration state 0-5 from TS 27.007 7.2
849 * response.obj.result[1] is LAC if registered or -1 if not
850 * response.obj.result[2] is CID if registered or -1 if not
859 * response.obj.result is an int[3]
860 * response.obj.result[0] is registration state 0-5 from TS 27.007 7.2
861 * response.obj.result[1] is LAC if registered or -1 if not
862 * response.obj.result[2] is CID if registered or -1 if not
871 * response.obj.result is a String[3]
872 * response.obj.result[0] is long alpha or null if unregistered
873 * response.obj.result[1] is short alpha or null if unregistered
874 * response.obj.result[2] is numeric or null if unregistered
880 * ar.userObject contains the orignal value of result.obj
881 * ar.result is null on success and failure
883 void sendDtmf(char c, Message result);
888 * ar.userObject contains the orignal value of result.obj
889 * ar.result is null on success and failure
891 void startDtmf(char c, Message result);
895 * ar.userObject contains the orignal value of result.obj
896 * ar.result is null on success and failure
898 void stopDtmf(Message result);
902 * ar.userObject contains the orignal value of result.obj
903 * ar.result is null on success and failure
905 void sendBurstDtmf(String dtmfString, int on, int off, Message result);
985 * (AsyncResult)response.obj).result is an int[] with element [0] set to
1020 * (AsyncResult)response.obj).result is an int[] with element [0] set to
1048 * ((AsyncResult)response.obj).result will be an array of
1064 * ((AsyncResult)response.obj).result is an int[] with element [0] being
1073 * ((AsyncResult)response.obj).result is a List of NetworkInfo objects
1081 * (AsyncResult)response.obj).result will be an Integer representing
1112 void resetRadio(Message result);
1126 * ((AsyncResult)response.obj).result is an int[] with every
1165 * @param result Callback message contains the SMSC address.
1167 void getSmscAddress(Message result);
1173 * @param result Callback message is empty on completion
1175 void setSmscAddress(String address, Message result);
1180 * @param result callback message
1182 void reportSmsMemoryStatus(boolean available, Message result);
1188 * @param result callback message
1190 void reportStkServiceIsRunning(Message result);
1232 * @param result Callback message is empty on completion
1234 public void setGsmBroadcastActivation(boolean activate, Message result);
1321 * (AsyncResult)response.obj).result is an int[] with element [0] set to
1332 * Setup a packet data connection On successful completion, the result
1356 * @param result
1361 String protocol, Message result);
1368 * @param result
1371 public void deactivateDataCall(int cid, Message result);
1378 * @param result
1381 public void setCdmaBroadcastActivation(boolean activate, Message result);
1386 * @param result
1390 public void setCdmaBroadcastConfig(int[] configValuesArray, Message result);
1395 * @param result
1398 public void getCdmaBroadcastConfig(Message result);
1414 public void getIccCardStatus(Message result);