Searched defs:onComplete (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimRecords.java137 public void setVoiceMailNumber(String alphaTag, String voiceNumber, Message onComplete){ argument
139 AsyncResult.forMessage((onComplete)).exception =
141 onComplete.sendToTarget();
H A DCDMAPhone.java297 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { argument
298 this.mCM.setPreferredVoicePrivacy(enable, onComplete);
301 public void getEnhancedVoicePrivacy(Message onComplete) { argument
302 this.mCM.getPreferredVoicePrivacy(onComplete);
416 public void getCallWaiting(Message onComplete) { argument
417 mCM.queryCallWaiting(CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
492 public void setLine1Number(String alphaTag, String number, Message onComplete) { argument
504 public void setCallWaiting(boolean enable, Message onComplete) { argument
634 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
645 mCM.sendBurstDtmf(dtmfString, on, off, onComplete);
653 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
677 setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) argument
742 getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) argument
746 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
755 getOutgoingCallerIdDisplay(Message onComplete) argument
1105 setTTYMode(int ttyMode, Message onComplete) argument
1112 queryTTYMode(Message onComplete) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccFileHandler.java249 * @param onComplete onComplete.obj will be an AsyncResult
250 * onComplete.obj.userObj will be a IccIoResult on success
253 String pin2, Message onComplete) {
256 IccUtils.bytesToHexString(data), pin2, onComplete);
264 public void updateEFTransparent(int fileid, byte[] data, Message onComplete) { argument
267 IccUtils.bytesToHexString(data), null, onComplete);
252 updateEFLinearFixed(int fileid, int recordNum, byte[] data, String pin2, Message onComplete) argument
H A DIccRecords.java111 * When the operation is complete, onComplete will be sent to its handler
116 * @param onComplete
117 * onComplete.obj will be an AsyncResult
118 * ((AsyncResult)onComplete.obj).exception == null on success
119 * ((AsyncResult)onComplete.obj).exception != null on fail
122 Message onComplete) {
133 obtainMessage(EVENT_SET_MSISDN_DONE, onComplete));
166 * When the operation is complete, onComplete will be sent to its handler
171 * @param onComplete
172 * onComplete
121 setMsisdnNumber(String alphaTag, String number, Message onComplete) argument
176 setVoiceMailNumber(String alphaTag, String voiceNumber, Message onComplete) argument
[all...]
H A DIccCard.java205 * When the operation is complete, onComplete will be sent to its
208 * onComplete.obj will be an AsyncResult
210 * ((AsyncResult)onComplete.obj).exception == null on success
211 * ((AsyncResult)onComplete.obj).exception != null on fail
214 * ((AsyncResult)onComplete.obj).exception != null
215 * && ((AsyncResult)onComplete.obj).exception
217 * && ((CommandException)(((AsyncResult)onComplete.obj).exception))
223 public void supplyPin (String pin, Message onComplete) { argument
224 mPhone.mCM.supplyIccPin(pin, mHandler.obtainMessage(EVENT_PINPUK_DONE, onComplete));
227 public void supplyPuk (String puk, String newPin, Message onComplete) { argument
232 supplyPin2(String pin2, Message onComplete) argument
237 supplyPuk2(String puk2, String newPin2, Message onComplete) argument
242 supplyNetworkDepersonalization(String pin, Message onComplete) argument
281 setIccLockEnabled(boolean enabled, String password, Message onComplete) argument
306 setIccFdnEnabled(boolean enabled, String password, Message onComplete) argument
332 changeIccLockPassword(String oldPassword, String newPassword, Message onComplete) argument
351 changeIccFdnPassword(String oldPassword, String newPassword, Message onComplete) argument
[all...]
H A DServiceStateTracker.java213 * @param onComplete is dispatched when this is complete. it will be
214 * an AsyncResult, and onComplete.obj.exception will be non-null
217 public void reRegisterNetwork(Message onComplete) { argument
219 obtainMessage(EVENT_GET_PREFERRED_NETWORK_TYPE, onComplete));
H A DPhoneBase.java695 public void setTTYMode(int ttyMode, Message onComplete) { argument
700 public void queryTTYMode(Message onComplete) { argument
705 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { argument
710 public void getEnhancedVoicePrivacy(Message onComplete) { argument
797 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
H A DPhoneProxy.java390 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { argument
391 mActivePhone.enableEnhancedVoicePrivacy(enable, onComplete);
394 public void getEnhancedVoicePrivacy(Message onComplete) { argument
395 mActivePhone.getEnhancedVoicePrivacy(onComplete);
478 public void setLine1Number(String alphaTag, String number, Message onComplete) { argument
479 mActivePhone.setLine1Number(alphaTag, number, onComplete);
496 Message onComplete) {
497 mActivePhone.setVoiceMailNumber(alphaTag, voiceMailNumber, onComplete);
501 Message onComplete) {
503 onComplete);
495 setVoiceMailNumber(String alphaTag,String voiceMailNumber, Message onComplete) argument
500 getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) argument
506 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
513 getOutgoingCallerIdDisplay(Message onComplete) argument
517 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
523 getCallWaiting(Message onComplete) argument
527 setCallWaiting(boolean enable, Message onComplete) argument
711 setTTYMode(int ttyMode, Message onComplete) argument
715 queryTTYMode(Message onComplete) argument
755 sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) argument
[all...]
H A DPhone.java690 * @param onComplete a callback message when the action is completed.
692 void enableEnhancedVoicePrivacy(boolean enable, Message onComplete); argument
697 * @param onComplete a callback message when the action is completed.
699 void getEnhancedVoicePrivacy(Message onComplete); argument
846 void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete); argument
899 * @param onComplete a callback message when the action is completed.
901 void setLine1Number(String alphaTag, String number, Message onComplete); argument
936 * @param onComplete a callback message when the action is completed.
940 Message onComplete);
945 * ((AsyncResult)onComplete
938 setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) argument
953 getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) argument
971 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
985 getOutgoingCallerIdDisplay(Message onComplete) argument
996 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
1007 getCallWaiting(Message onComplete) argument
1017 setCallWaiting(boolean enable, Message onComplete) argument
1452 setTTYMode(int ttyMode, Message onComplete) argument
1460 queryTTYMode(Message onComplete) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java225 * When the operation is complete, onComplete will be sent to its handler
230 * @param onComplete
231 * onComplete.obj will be an AsyncResult
232 * ((AsyncResult)onComplete.obj).exception == null on success
233 * ((AsyncResult)onComplete.obj).exception != null on fail
236 Message onComplete) {
247 obtainMessage(EVENT_SET_MSISDN_DONE, onComplete));
272 * When the operation is complete, onComplete will be sent to its handler
277 * @param onComplete
278 * onComplete
235 setMsisdnNumber(String alphaTag, String number, Message onComplete) argument
282 setVoiceMailNumber(String alphaTag, String voiceNumber, Message onComplete) argument
[all...]
H A DGSMPhone.java877 public void setLine1Number(String alphaTag, String number, Message onComplete) { argument
878 mSIMRecords.setMsisdnNumber(alphaTag, number, onComplete);
883 Message onComplete) {
887 resp = obtainMessage(EVENT_SET_VM_NUMBER_DONE, 0, 0, onComplete);
921 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
926 resp = obtainMessage(EVENT_GET_CALL_FORWARD_DONE, onComplete);
928 resp = onComplete;
938 Message onComplete) {
945 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, onComplete);
947 resp = onComplete;
881 setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) argument
934 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
958 getOutgoingCallerIdDisplay(Message onComplete) argument
962 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
968 getCallWaiting(Message onComplete) argument
972 setCallWaiting(boolean enable, Message onComplete) argument
[all...]

Completed in 407 milliseconds