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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimRecords.java148 public void setVoiceMailNumber(String alphaTag, String voiceNumber, Message onComplete){ argument
150 AsyncResult.forMessage((onComplete)).exception =
152 onComplete.sendToTarget();
H A DCDMAPhone.java325 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { argument
326 this.mCM.setPreferredVoicePrivacy(enable, onComplete);
329 public void getEnhancedVoicePrivacy(Message onComplete) { argument
330 this.mCM.getPreferredVoicePrivacy(onComplete);
456 public void getCallWaiting(Message onComplete) { argument
457 mCM.queryCallWaiting(CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
552 public void setLine1Number(String alphaTag, String number, Message onComplete) { argument
556 public void setCallWaiting(boolean enable, Message onComplete) { argument
690 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
701 mCM.sendBurstDtmf(dtmfString, on, off, onComplete);
709 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
729 setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) argument
782 getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) argument
786 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
795 getOutgoingCallerIdDisplay(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.java144 * When the operation is complete, onComplete will be sent to its handler
149 * @param onComplete
150 * onComplete.obj will be an AsyncResult
151 * ((AsyncResult)onComplete.obj).exception == null on success
152 * ((AsyncResult)onComplete.obj).exception != null on fail
155 Message onComplete) {
166 obtainMessage(EVENT_SET_MSISDN_DONE, onComplete));
199 * When the operation is complete, onComplete will be sent to its handler
204 * @param onComplete
205 * onComplete
154 setMsisdnNumber(String alphaTag, String number, Message onComplete) argument
209 setVoiceMailNumber(String alphaTag, String voiceNumber, Message onComplete) argument
[all...]
H A DIccCard.java233 * When the operation is complete, onComplete will be sent to its
236 * onComplete.obj will be an AsyncResult
238 * ((AsyncResult)onComplete.obj).exception == null on success
239 * ((AsyncResult)onComplete.obj).exception != null on fail
242 * ((AsyncResult)onComplete.obj).exception != null
243 * && ((AsyncResult)onComplete.obj).exception
245 * && ((CommandException)(((AsyncResult)onComplete.obj).exception))
251 public void supplyPin (String pin, Message onComplete) { argument
252 mPhone.mCM.supplyIccPin(pin, mHandler.obtainMessage(EVENT_PINPUK_DONE, onComplete));
255 public void supplyPuk (String puk, String newPin, Message onComplete) { argument
260 supplyPin2(String pin2, Message onComplete) argument
265 supplyPuk2(String puk2, String newPin2, Message onComplete) argument
270 supplyNetworkDepersonalization(String pin, Message onComplete) argument
308 setIccLockEnabled(boolean enabled, String password, Message onComplete) argument
333 setIccFdnEnabled(boolean enabled, String password, Message onComplete) argument
359 changeIccLockPassword(String oldPassword, String newPassword, Message onComplete) argument
377 changeIccFdnPassword(String oldPassword, String newPassword, Message onComplete) argument
[all...]
H A DServiceStateTracker.java217 * @param onComplete is dispatched when this is complete. it will be
218 * an AsyncResult, and onComplete.obj.exception will be non-null
221 public void reRegisterNetwork(Message onComplete) { argument
223 obtainMessage(EVENT_GET_PREFERRED_NETWORK_TYPE, onComplete));
H A DCallManager.java1021 * @param onComplete is the callback message when the action is processed by BP
1024 public boolean sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
1026 getActiveFgCall().getPhone().sendBurstDtmf(dtmfString, on, off, onComplete);
H A DPhoneBase.java769 public void setTTYMode(int ttyMode, Message onComplete) { argument
770 mCM.setTTYMode(ttyMode, onComplete);
773 public void queryTTYMode(Message onComplete) { argument
774 mCM.queryTTYMode(onComplete);
777 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { argument
782 public void getEnhancedVoicePrivacy(Message onComplete) { argument
905 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
H A DPhoneProxy.java388 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { argument
389 mActivePhone.enableEnhancedVoicePrivacy(enable, onComplete);
392 public void getEnhancedVoicePrivacy(Message onComplete) { argument
393 mActivePhone.getEnhancedVoicePrivacy(onComplete);
480 public void setLine1Number(String alphaTag, String number, Message onComplete) { argument
481 mActivePhone.setLine1Number(alphaTag, number, onComplete);
498 Message onComplete) {
499 mActivePhone.setVoiceMailNumber(alphaTag, voiceMailNumber, onComplete);
503 Message onComplete) {
505 onComplete);
497 setVoiceMailNumber(String alphaTag,String voiceMailNumber, Message onComplete) argument
502 getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) argument
508 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
515 getOutgoingCallerIdDisplay(Message onComplete) argument
519 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
525 getCallWaiting(Message onComplete) argument
529 setCallWaiting(boolean enable, Message onComplete) argument
697 setTTYMode(int ttyMode, Message onComplete) argument
701 queryTTYMode(Message onComplete) argument
745 sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) argument
[all...]
H A DPhone.java734 * @param onComplete a callback message when the action is completed.
736 void enableEnhancedVoicePrivacy(boolean enable, Message onComplete); argument
741 * @param onComplete a callback message when the action is completed.
743 void getEnhancedVoicePrivacy(Message onComplete); argument
900 * @param onComplete is the callback message when the action is processed by BP
903 void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete); argument
957 * @param onComplete a callback message when the action is completed.
959 void setLine1Number(String alphaTag, String number, Message onComplete); argument
994 * @param onComplete a callback message when the action is completed.
998 Message onComplete);
996 setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) argument
1011 getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) argument
1029 setCallForwardingOption(int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete) argument
1043 getOutgoingCallerIdDisplay(Message onComplete) argument
1054 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
1065 getCallWaiting(Message onComplete) argument
1075 setCallWaiting(boolean enable, Message onComplete) argument
1473 setTTYMode(int ttyMode, Message onComplete) argument
1481 queryTTYMode(Message onComplete) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java261 * When the operation is complete, onComplete will be sent to its handler
266 * @param onComplete
267 * onComplete.obj will be an AsyncResult
268 * ((AsyncResult)onComplete.obj).exception == null on success
269 * ((AsyncResult)onComplete.obj).exception != null on fail
272 Message onComplete) {
283 obtainMessage(EVENT_SET_MSISDN_DONE, onComplete));
308 * When the operation is complete, onComplete will be sent to its handler
313 * @param onComplete
314 * onComplete
271 setMsisdnNumber(String alphaTag, String number, Message onComplete) argument
318 setVoiceMailNumber(String alphaTag, String voiceNumber, Message onComplete) argument
[all...]
H A DGSMPhone.java879 public void setLine1Number(String alphaTag, String number, Message onComplete) { argument
880 mIccRecords.setMsisdnNumber(alphaTag, number, onComplete);
885 Message onComplete) {
889 resp = obtainMessage(EVENT_SET_VM_NUMBER_DONE, 0, 0, onComplete);
923 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
928 resp = obtainMessage(EVENT_GET_CALL_FORWARD_DONE, onComplete);
930 resp = onComplete;
940 Message onComplete) {
947 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, onComplete);
949 resp = onComplete;
883 setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) argument
936 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
960 getOutgoingCallerIdDisplay(Message onComplete) argument
964 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
970 getCallWaiting(Message onComplete) argument
976 setCallWaiting(boolean enable, Message onComplete) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java270 public void getOutgoingCallerIdDisplay(Message onComplete) { argument
272 AsyncResult.forMessage(onComplete, null, null);
273 onComplete.sendToTarget();
277 Message onComplete) {
279 AsyncResult.forMessage(onComplete, null, null);
280 onComplete.sendToTarget();
283 public void getCallWaiting(Message onComplete) { argument
285 AsyncResult.forMessage(onComplete, null, null);
286 onComplete.sendToTarget();
289 public void setCallWaiting(boolean enable, Message onComplete) { argument
276 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
[all...]
H A DSipPhoneBase.java297 public void setLine1Number(String alphaTag, String number, Message onComplete) { argument
299 AsyncResult.forMessage(onComplete, null, null);
300 onComplete.sendToTarget();
304 Message onComplete) {
306 AsyncResult.forMessage(onComplete, null, null);
307 onComplete.sendToTarget();
310 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { argument
315 int timerSeconds, Message onComplete) {
318 public void getOutgoingCallerIdDisplay(Message onComplete) { argument
320 AsyncResult.forMessage(onComplete, nul
303 setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) argument
313 setCallForwardingOption(int commandInterfaceCFAction, int commandInterfaceCFReason, String dialingNumber, int timerSeconds, Message onComplete) argument
324 setOutgoingCallerIdDisplay(int commandInterfaceCLIRMode, Message onComplete) argument
331 getCallWaiting(Message onComplete) argument
336 setCallWaiting(boolean enable, Message onComplete) argument
[all...]

Completed in 658 milliseconds