/external/chromium_org/third_party/WebKit/public/platform/ |
WebCallbacks.h | 41 virtual void onError(T*) { };
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ErrorListener.java | 26 public void onError(final Folder folder, boolean replaceVisibleToast);
|
/frameworks/base/core/java/android/accounts/ |
IAccountAuthenticatorResponse.aidl | 27 void onError(int errorCode, String errorMessage);
|
IAccountManagerResponse.aidl | 26 void onError(int errorCode, String errorMessage);
|
AccountManagerResponse.java | 50 public void onError(int errorCode, String errorMessage) { 52 mResponse.onError(errorCode, errorMessage);
|
AccountAuthenticatorActivity.java | 76 mAccountAuthenticatorResponse.onError(AccountManager.ERROR_CODE_CANCELED,
|
AccountAuthenticatorResponse.java | 69 public void onError(int errorCode, String errorMessage) { 71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage); 74 mAccountAuthenticatorResponse.onError(errorCode, errorMessage);
|
/frameworks/base/core/java/android/speech/tts/ |
ITextToSpeechCallback.aidl | 26 void onError(String utteranceId);
|
UtteranceProgressListener.java | 39 * be a call to both {@link #onDone(String)} and {@link #onError(String)} for 44 public abstract void onError(String utteranceId); 61 public void onError(String utteranceId) {
|
/external/chromium_org/remoting/webapp/ |
host_dispatcher.js | 106 * @param {function(remoting.Error):void} onError 109 remoting.HostDispatcher.prototype.getHostName = function(onDone, onError) { 113 this.getHostName.bind(this, onDone, onError)); 116 this.nativeMessagingHost_.getHostName(onDone, onError); 122 onError(remoting.Error.MISSING_PLUGIN); 132 * @param {function(remoting.Error):void} onError 136 function(hostId, pin, onDone, onError) { 140 this.getPinHash.bind(this, hostId, pin, onDone, onError)); 143 this.nativeMessagingHost_.getPinHash(hostId, pin, onDone, onError); 149 onError(remoting.Error.MISSING_PLUGIN) [all...] |
wcs_loader.js | 43 * When the WCS connection is ready, or on error, call |onReady| or |onError|, 49 * @param {function(remoting.Error):void} onError Function to invoke with an 53 remoting.WcsLoader.prototype.start = function(token, onReady, onError) { 57 onError(remoting.Error.UNEXPECTED); 80 onError(error); 114 * @param {function(remoting.Error):void} onError Function to invoke with an 118 remoting.WcsLoader.prototype.validateToken = function(token, onOk, onError) { 138 onError(error);
|
host_native_messaging.js | 47 * @param {function(remoting.Error):void} onError The callback to be triggered 51 remoting.HostNativeMessaging.PendingReply = function(type, onDone, onError) { 54 this.onError = onError; 63 * @param {function(remoting.Error): void} onError Called if initialization 67 remoting.HostNativeMessaging.prototype.initialize = function(onDone, onError) { 70 onError(remoting.Error.UNEXPECTED); 80 onError(remoting.Error.UNEXPECTED); 90 onError.bind(null, remoting.Error.UNEXPECTED)); 94 onError(remoting.Error.UNEXPECTED) [all...] |
host_controller.js | 84 * @param {function(remoting.Error):void} onError Callback to be called on 87 remoting.HostController.prototype.getConsent = function(onDone, onError) { 88 this.hostDispatcher_.getUsageStatsConsent(onDone, onError); 97 * @param {function(remoting.Error):void} onError Callback to be called on 102 onError) { 126 onError(error); 185 onError); 205 onError); 213 onError); 218 onError(remoting.Error.REGISTRATION_FAILED) [all...] |
third_party_host_permissions.js | 37 * @param {function(): void} onError Called if the permission is denied. 40 onOk, onError) { 54 that.showPermissionConfirmation_(onOk, onError); 63 * @param {function(): void} onError Called if the permission is denied. 67 function(onOk, onError) { 80 that.requestPermission_(onOk, onError); 92 * @param {function(): void} onError Called if the permission is denied. 96 onOk, onError) { 104 onError();
|
identity.js | 47 * @param {function(remoting.Error):void} onError Function to invoke with an 51 remoting.Identity.prototype.callWithToken = function(onOk, onError) { 52 this.pendingCallbacks_.push(new remoting.Identity.Callbacks(onOk, onError)); 65 * @param {function(remoting.Error):void} onError Callback invoked if an 69 remoting.Identity.prototype.getEmail = function(onOk, onError) { 79 remoting.OAuth2Api.getEmail.bind(null, onResponse, onError), onError); 119 callback.onError(remoting.Error.UNEXPECTED); 144 * @param {function(remoting.Error):void} onError 148 remoting.Identity.Callbacks = function(onOk, onError) { [all...] |
oauth2_api.js | 71 * @param {function(remoting.Error):void} onError Callback invoked if an 79 onDone, onError, clientId, clientSecret, refreshToken) { 92 onError(remoting.Error.UNEXPECTED); 97 onError(remoting.OAuth2Api.interpretXhrStatus_(xhr.status)); 118 * @param {function(remoting.Error):void} onError Callback invoked if an 127 onDone, onError, clientId, clientSecret, code, redirectUri) { 141 onError(remoting.Error.UNEXPECTED); 146 onError(remoting.OAuth2Api.interpretXhrStatus_(xhr.status)); 166 * @param {function(remoting.Error):void} onError Callback invoked if an 171 remoting.OAuth2Api.getEmail = function(onDone, onError, token) [all...] |
/frameworks/base/core/java/android/speech/ |
RecognitionListener.java | 66 void onError(int error);
|
IRecognitionListener.aidl | 64 void onError(in int error);
|
/packages/apps/Camera/src/com/android/camera/ |
CameraErrorCallback.java | 26 public void onError(int error, android.hardware.Camera camera) {
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraErrorCallback.java | 26 public void onError(int error, android.hardware.Camera camera) {
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraErrorCallback.java | 25 public void onError(int error, android.hardware.Camera camera) {
|
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/ |
GAEChannelClient.h | 38 - (void)onError:(int)code withDescription:(NSString *)description;
|
/external/chromium_org/third_party/sqlite/src/src/ |
insert.c | 327 int onError, /* How to handle constraint errors */ 439 int onError /* How to handle constraint errors */ 552 if( pColumn==0 && xferOptimization(pParse, pTab, pSelect, onError, iDb) ){ 871 pTab, regCols-pTab->nCol-1, onError, endOfLoop); [all...] |
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
test.js | 42 function waitForLog(logMessage, onLogChanged, onError) { 61 if (onError) { 63 onError(); 80 function clickExecuteButtonAndWaitForLog(logMessage, onLogChanged, onError) { 81 waitForLog(logMessage, onLogChanged, onError); 102 function saveFile(filename, fileText, onFileSaved, onError) { 106 clickExecuteButtonAndWaitForLog('Save success', onFileSaved, onError); 109 function loadFile(filename, onFileLoaded, onError) { 113 clickExecuteButtonAndWaitForLog('Load success', onFileLoaded, onError); 116 function deleteFile(filename, onFileDeleted, onError) { [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
RemotePlayer.java | 68 mCallback.onError(); 150 public void onError(String error, int code, Bundle data) { 192 public void onError(String error, int code, Bundle data) { 220 public void onError(String error, int code, Bundle data) { 245 public void onError(String error, int code, Bundle data) { 273 public void onError(String error, int code, Bundle data) { 314 public void onError(String error, int code, Bundle data) { 346 public void onError(String error, Bundle data) { 396 public void onError(String error, int code, Bundle data) { 422 public void onError(String error, int code, Bundle data) [all...] |