/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccCard.java | 78 * When the operation is complete, onComplete will be sent to its 81 * onComplete.obj will be an AsyncResult 83 * ((AsyncResult)onComplete.obj).exception == null on success 84 * ((AsyncResult)onComplete.obj).exception != null on fail 87 * ((AsyncResult)onComplete.obj).exception != null 88 * && ((AsyncResult)onComplete.obj).exception 90 * && ((CommandException)(((AsyncResult)onComplete.obj).exception)) 93 public void supplyPin (String pin, Message onComplete); 98 public void supplyPuk (String puk, String newPin, Message onComplete); 103 public void supplyPin2 (String pin2, Message onComplete); [all...] |
PhoneProxy.java | 651 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { 652 mActivePhone.enableEnhancedVoicePrivacy(enable, onComplete); 656 public void getEnhancedVoicePrivacy(Message onComplete) { 657 mActivePhone.getEnhancedVoicePrivacy(onComplete); 766 public void setLine1Number(String alphaTag, String number, Message onComplete) { 767 mActivePhone.setLine1Number(alphaTag, number, onComplete); 788 Message onComplete) { 789 mActivePhone.setVoiceMailNumber(alphaTag, voiceMailNumber, onComplete); 794 Message onComplete) { 796 onComplete); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccCardApplication.java | 623 * When the operation is complete, onComplete will be sent to its 626 * onComplete.obj will be an AsyncResult 627 * onComplete.arg1 = remaining attempts before puk locked or -1 if unknown 629 * ((AsyncResult)onComplete.obj).exception == null on success 630 * ((AsyncResult)onComplete.obj).exception != null on fail 633 * ((AsyncResult)onComplete.obj).exception != null 634 * && ((AsyncResult)onComplete.obj).exception 636 * && ((CommandException)(((AsyncResult)onComplete.obj).exception)) 639 public void supplyPin (String pin, Message onComplete) { 642 onComplete)); [all...] |
IccCardProxy.java | 691 public void supplyPin(String pin, Message onComplete) { 694 mUiccApplication.supplyPin(pin, onComplete); 695 } else if (onComplete != null) { 697 AsyncResult.forMessage(onComplete).exception = e; 698 onComplete.sendToTarget(); 705 public void supplyPuk(String puk, String newPin, Message onComplete) { 708 mUiccApplication.supplyPuk(puk, newPin, onComplete); 709 } else if (onComplete != null) { 711 AsyncResult.forMessage(onComplete).exception = e; 712 onComplete.sendToTarget() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
portabledeviceconnectapi.h | 30 STDMETHOD_(HRESULT,OnComplete)(THIS_ HRESULT hrStatus) PURE; 38 #define IConnectionRequestCallback_OnComplete(This,hrStatus) (This)->lpVtbl->OnComplete(This,hrStatus)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneBase.java | 343 public void setLine1Number(String alphaTag, String number, Message onComplete) { 345 AsyncResult.forMessage(onComplete, null, null); 346 onComplete.sendToTarget(); 351 Message onComplete) { 353 AsyncResult.forMessage(onComplete, null, null); 354 onComplete.sendToTarget(); 358 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { 364 int timerSeconds, Message onComplete) { 368 public void getOutgoingCallerIdDisplay(Message onComplete) { 370 AsyncResult.forMessage(onComplete, null, null) [all...] |
ImsPhone.java | 148 Cf(String cfNumber, boolean isCfu, Message onComplete) { 151 mOnComplete = onComplete; 638 Message onComplete) { 643 resp = obtainMessage(EVENT_GET_CALL_FORWARD_DONE, onComplete); 649 sendErrorResponse(onComplete, e); 651 } else if (onComplete != null) { 652 sendErrorResponse(onComplete); 661 Message onComplete) { 669 onComplete); 679 onComplete); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhoneBase.java | 323 public void setLine1Number(String alphaTag, String number, Message onComplete) { 325 AsyncResult.forMessage(onComplete, null, null); 326 onComplete.sendToTarget(); 331 Message onComplete) { 333 AsyncResult.forMessage(onComplete, null, null); 334 onComplete.sendToTarget(); 338 public void getCallForwardingOption(int commandInterfaceCFReason, Message onComplete) { 344 int timerSeconds, Message onComplete) { 348 public void getOutgoingCallerIdDisplay(Message onComplete) { 350 AsyncResult.forMessage(onComplete, null, null) [all...] |
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiPlaybackClient.java | 45 public void onComplete(int result); 64 public void onComplete(int status); 109 public void onComplete(int result) { 110 callback.onComplete(result); 118 public void onComplete(int status) { 119 callback.onComplete(status);
|
IHdmiControlCallback.aidl | 26 void onComplete(int result);
|
/external/chromium_org/content/test/data/indexeddb/ |
delete_over_quota.html | 27 trans.oncomplete = unexpectedCompleteCallback; 44 trans.oncomplete = testReadOnlyTransaction; 52 trans.oncomplete = done;
|
callback_accounting.js | 46 transaction.oncomplete = function() { 47 debug("transaction oncomplete");
|
transaction_test.js | 28 finalTransaction.oncomplete = finalTransactionCompleted; 52 newTransaction.oncomplete = newTransactionCompleted;
|
transaction_not_blocked.js | 31 transaction.oncomplete = function() {
|
cursor_prefetch.js | 29 trans.oncomplete = firstTest; 48 trans.oncomplete = secondTest; 81 trans.oncomplete = thirdTest; 131 trans.oncomplete = fourthTest; 167 trans.oncomplete = function() { 240 trans.oncomplete = sixthTest; 272 trans.oncomplete = seventhTest; 350 trans.oncomplete = eighthTest; 385 trans.oncomplete = done;
|
/packages/services/Telephony/src/com/android/phone/ |
HfaService.java | 47 onComplete(); 55 onComplete(); 68 private void onComplete() {
|
/external/chromium_org/content/browser/indexed_db/ |
mock_indexed_db_database_callbacks.h | 21 virtual void OnComplete(int64 transaction_id) OVERRIDE {}
|
indexed_db_database_callbacks.h | 28 virtual void OnComplete(int64 host_transaction_id);
|
/external/chromium_org/extensions/renderer/resources/ |
image_util.js | 44 if (typeof callbacks.oncomplete === 'function') { 45 callbacks.oncomplete( 64 callbacks.oncomplete(finished); 75 oncomplete: on_complete_index(index, false, loading, finished, callbacks),
|
/external/chromium_org/chrome/browser/extensions/api/socket/ |
tcp_socket_unittest.cc | 60 MOCK_METHOD1(OnComplete, void(int result_code)); 101 EXPECT_CALL(handler, OnComplete(_)) 107 base::Bind(&CompleteHandler::OnComplete, base::Unretained(&handler))); 125 base::Bind(&CompleteHandler::OnComplete, base::Unretained(&handler))); 129 EXPECT_CALL(handler, OnComplete(42)) 155 base::Bind(&CompleteHandler::OnComplete, 158 EXPECT_CALL(handlers[i], OnComplete(io_buffers[i]->size()))
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBDatabaseCallbacks.cpp | 77 void IDBDatabaseCallbacks::onComplete(int64_t transactionId) 80 m_database->onComplete(transactionId);
|
WebIDBDatabaseCallbacksImpl.cpp | 63 void WebIDBDatabaseCallbacksImpl::onComplete(long long transactionId) 65 m_callbacks->onComplete(transactionId);
|
/packages/apps/Gallery/src/com/android/camera/ |
ReverseGeocoderTask.java | 32 public void onComplete(String location); 72 mCallback.onComplete(location);
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardMultiUserAvatar.java | 157 public void setActive(boolean active, boolean animate, final Runnable onComplete) { 171 updateVisualsForActive(mActive, animate, SWITCH_ANIMATION_DURATION, onComplete); 175 final Runnable onComplete) { 205 if (onComplete != null) { 206 onComplete.run(); 216 if (onComplete != null) { 217 post(onComplete);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 141 Cfu(String cfNumber, Message onComplete) { 143 mOnComplete = onComplete; [all...] |