HomeSort by relevance Sort by last modified time
    Searched refs:onComplete (Results 1 - 25 of 47) sorted by null

1 2

  /external/webkit/Source/WebCore/storage/
IDBTransactionCallbacks.h 44 virtual void onComplete() = 0;
IDBTransaction.h 74 virtual void onComplete();
  /external/webkit/Source/WebKit/chromium/public/
WebIDBTransactionCallbacks.h 37 virtual void onComplete() { WEBKIT_ASSERT_NOT_REACHED(); }
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccCard.java 75 * When the operation is complete, onComplete will be sent to its
78 * onComplete.obj will be an AsyncResult
80 * ((AsyncResult)onComplete.obj).exception == null on success
81 * ((AsyncResult)onComplete.obj).exception != null on fail
84 * ((AsyncResult)onComplete.obj).exception != null
85 * && ((AsyncResult)onComplete.obj).exception
87 * && ((CommandException)(((AsyncResult)onComplete.obj).exception))
90 public void supplyPin (String pin, Message onComplete);
95 public void supplyPuk (String puk, String newPin, Message onComplete);
100 public void supplyPin2 (String pin2, Message onComplete);
    [all...]
IccCardProxy.java 519 public void supplyPin(String pin, Message onComplete) {
522 mUiccApplication.supplyPin(pin, onComplete);
523 } else if (onComplete != null) {
525 AsyncResult.forMessage(onComplete).exception = e;
526 onComplete.sendToTarget();
533 public void supplyPuk(String puk, String newPin, Message onComplete) {
536 mUiccApplication.supplyPuk(puk, newPin, onComplete);
537 } else if (onComplete != null) {
539 AsyncResult.forMessage(onComplete).exception = e;
540 onComplete.sendToTarget()
    [all...]
Phone.java 650 * @param onComplete a callback message when the action is completed.
652 void enableEnhancedVoicePrivacy(boolean enable, Message onComplete);
657 * @param onComplete a callback message when the action is completed.
659 void getEnhancedVoicePrivacy(Message onComplete);
816 * @param onComplete is the callback message when the action is processed by BP
819 void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete);
    [all...]
UiccCardApplication.java 517 * When the operation is complete, onComplete will be sent to its
520 * onComplete.obj will be an AsyncResult
522 * ((AsyncResult)onComplete.obj).exception == null on success
523 * ((AsyncResult)onComplete.obj).exception != null on fail
526 * ((AsyncResult)onComplete.obj).exception != null
527 * && ((AsyncResult)onComplete.obj).exception
529 * && ((CommandException)(((AsyncResult)onComplete.obj).exception))
534 public void supplyPin (String pin, Message onComplete) {
536 mCi.supplyIccPin(pin, onComplete);
540 public void supplyPuk (String puk, String newPin, Message onComplete) {
    [all...]
PhoneProxy.java 506 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) {
507 mActivePhone.enableEnhancedVoicePrivacy(enable, onComplete);
510 public void getEnhancedVoicePrivacy(Message onComplete) {
511 mActivePhone.getEnhancedVoicePrivacy(onComplete);
598 public void setLine1Number(String alphaTag, String number, Message onComplete) {
599 mActivePhone.setLine1Number(alphaTag, number, onComplete);
616 Message onComplete) {
617 mActivePhone.setVoiceMailNumber(alphaTag, voiceMailNumber, onComplete);
621 Message onComplete) {
623 onComplete);
    [all...]
IccRecords.java 220 * When the operation is complete, onComplete will be sent to its handler
225 * @param onComplete
226 * onComplete.obj will be an AsyncResult
227 * ((AsyncResult)onComplete.obj).exception == null on success
228 * ((AsyncResult)onComplete.obj).exception != null on fail
231 Message onComplete) {
242 obtainMessage(EVENT_SET_MSISDN_DONE, onComplete));
275 * When the operation is complete, onComplete will be sent to its handler
280 * @param onComplete
281 * onComplete.obj will be an AsyncResul
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
IDBTransactionCallbacksProxy.cpp 59 void IDBTransactionCallbacksProxy::onComplete()
61 m_callbacks->onComplete();
WebIDBTransactionCallbacksImpl.cpp 51 void WebIDBTransactionCallbacksImpl::onComplete()
53 m_callbacks->onComplete();
IDBTransactionCallbacksProxy.h 48 virtual void onComplete();
WebIDBTransactionCallbacksImpl.h 45 virtual void onComplete();
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
LoadScreennailTask.java 35 void onComplete(Bitmap bitmap);
66 callback.onComplete(bitmap);
SaveCopyTask.java 45 void onComplete(Uri uri);
95 callback.onComplete(result);
Toolbar.java 167 public void onComplete(Bitmap bitmap) {
194 public void onComplete(Uri uri) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 307 public void setLine1Number(String alphaTag, String number, Message onComplete) {
309 AsyncResult.forMessage(onComplete, null, null);
310 onComplete.sendToTarget();
314 Message onComplete) {
316 AsyncResult.forMessage(onComplete, null, null);
317 onComplete.sendToTarget();
320 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) {
325 int timerSeconds, Message onComplete) {
328 public void getOutgoingCallerIdDisplay(Message onComplete) {
330 AsyncResult.forMessage(onComplete, null, null)
    [all...]
SipPhone.java 271 public void getOutgoingCallerIdDisplay(Message onComplete) {
273 AsyncResult.forMessage(onComplete, null, null);
274 onComplete.sendToTarget();
278 Message onComplete) {
280 AsyncResult.forMessage(onComplete, null, null);
281 onComplete.sendToTarget();
284 public void getCallWaiting(Message onComplete) {
286 AsyncResult.forMessage(onComplete, null, null);
287 onComplete.sendToTarget();
290 public void setCallWaiting(boolean enable, Message onComplete) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/vcard/
VCardImportExportListener.java 35 void onComplete();
  /packages/apps/Gallery/src/com/android/camera/
ReverseGeocoderTask.java 32 public void onComplete(String location);
72 mCallback.onComplete(location);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardMultiUserAvatar.java 146 public void setActive(boolean active, boolean animate, final Runnable onComplete) {
160 updateVisualsForActive(mActive, animate, SWITCH_ANIMATION_DURATION, onComplete);
164 final Runnable onComplete) {
194 if (onComplete != null) {
195 onComplete.run();
205 if (onComplete != null) {
206 post(onComplete);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 875 public void setLine1Number(String alphaTag, String number, Message onComplete) {
878 r.setMsisdnNumber(alphaTag, number, onComplete);
884 Message onComplete) {
888 resp = obtainMessage(EVENT_SET_VM_NUMBER_DONE, 0, 0, onComplete);
925 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) {
930 resp = obtainMessage(EVENT_GET_CALL_FORWARD_DONE, onComplete);
932 resp = onComplete;
942 Message onComplete) {
949 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, onComplete);
951 resp = onComplete;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
FdnSetting.java 113 Message onComplete = mFDNHandler.obtainMessage(EVENT_PIN2_ENTRY_COMPLETE);
116 mPhone.getIccCard().setIccFdnEnabled(!isEnabled, password, onComplete);
184 Message onComplete = mFDNHandler.obtainMessage(
187 mOldPin, mNewPin, onComplete);
226 Message onComplete = mFDNHandler.obtainMessage(
228 mPhone.getIccCard().supplyPuk2(mPuk2, mNewPin, onComplete);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 321 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) {
322 this.mCM.setPreferredVoicePrivacy(enable, onComplete);
325 public void getEnhancedVoicePrivacy(Message onComplete) {
326 this.mCM.getPreferredVoicePrivacy(onComplete);
443 public void getCallWaiting(Message onComplete) {
444 mCM.queryCallWaiting(CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
539 public void setLine1Number(String alphaTag, String number, Message onComplete) {
543 public void setCallWaiting(boolean enable, Message onComplete) {
677 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) {
688 mCM.sendBurstDtmf(dtmfString, on, off, onComplete);
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 110 function onComplete() {
117 return onComplete();

Completed in 245 milliseconds

1 2