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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java374 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { argument
375 mActivePhone.enableEnhancedVoicePrivacy(enable, onComplete);
378 public void getEnhancedVoicePrivacy(Message onComplete) { argument
379 mActivePhone.getEnhancedVoicePrivacy(onComplete);
462 public void setLine1Number(String alphaTag, String number, Message onComplete) { argument
463 mActivePhone.setLine1Number(alphaTag, number, onComplete);
480 Message onComplete) {
481 mActivePhone.setVoiceMailNumber(alphaTag, voiceMailNumber, onComplete);
485 Message onComplete) {
487 onComplete);
479 setVoiceMailNumber(String alphaTag,String voiceMailNumber, Message onComplete) argument
484 getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) argument
490 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
497 getOutgoingCallerIdDisplay(Message onComplete) argument
501 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
507 getCallWaiting(Message onComplete) argument
511 setCallWaiting(boolean enable, Message onComplete) argument
709 setTTYMode(int ttyMode, Message onComplete) argument
713 queryTTYMode(Message onComplete) argument
753 sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) argument
[all...]
H A DPhone.java680 * @param onComplete a callback message when the action is completed.
682 void enableEnhancedVoicePrivacy(boolean enable, Message onComplete); argument
687 * @param onComplete a callback message when the action is completed.
689 void getEnhancedVoicePrivacy(Message onComplete); argument
836 void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete); argument
889 * @param onComplete a callback message when the action is completed.
891 void setLine1Number(String alphaTag, String number, Message onComplete); argument
926 * @param onComplete a callback message when the action is completed.
930 Message onComplete);
935 * ((AsyncResult)onComplete
928 setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) argument
943 getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) argument
961 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
975 getOutgoingCallerIdDisplay(Message onComplete) argument
986 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
997 getCallWaiting(Message onComplete) argument
1007 setCallWaiting(boolean enable, Message onComplete) argument
1469 setTTYMode(int ttyMode, Message onComplete) argument
1477 queryTTYMode(Message onComplete) argument
[all...]
H A DIccCard.java205 * When the operation is complete, onComplete will be sent to it's
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 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 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 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 DPhoneBase.java682 public void setTTYMode(int ttyMode, Message onComplete) { argument
687 public void queryTTYMode(Message onComplete) { argument
702 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { argument
707 public void getEnhancedVoicePrivacy(Message onComplete) { argument
794 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java885 public void setLine1Number(String alphaTag, String number, Message onComplete) { argument
886 mSIMRecords.setMsisdnNumber(alphaTag, number, onComplete);
891 Message onComplete) {
895 resp = obtainMessage(EVENT_SET_VM_NUMBER_DONE, 0, 0, onComplete);
929 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
934 resp = obtainMessage(EVENT_GET_CALL_FORWARD_DONE, onComplete);
936 resp = onComplete;
946 Message onComplete) {
953 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, onComplete);
955 resp = onComplete;
889 setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) argument
942 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
966 getOutgoingCallerIdDisplay(Message onComplete) argument
970 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
976 getCallWaiting(Message onComplete) argument
980 setCallWaiting(boolean enable, Message onComplete) argument
[all...]
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...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java307 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { argument
308 this.mCM.setPreferredVoicePrivacy(enable, onComplete);
311 public void getEnhancedVoicePrivacy(Message onComplete) { argument
312 this.mCM.getPreferredVoicePrivacy(onComplete);
426 public void getCallWaiting(Message onComplete) { argument
427 mCM.queryCallWaiting(CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
497 public void setLine1Number(String alphaTag, String number, Message onComplete) { argument
509 public void setCallWaiting(boolean enable, Message onComplete) { argument
647 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
658 mCM.sendBurstDtmf(dtmfString, on, off, onComplete);
666 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
697 setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) argument
762 getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) argument
766 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
775 getOutgoingCallerIdDisplay(Message onComplete) argument
1129 setTTYMode(int ttyMode, Message onComplete) argument
1136 queryTTYMode(Message onComplete) argument
[all...]
H A DRuimRecords.java137 public void setVoiceMailNumber(String alphaTag, String voiceNumber, Message onComplete){ argument
139 AsyncResult.forMessage((onComplete)).exception =
141 onComplete.sendToTarget();

Completed in 132 milliseconds