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

1 2

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
AuthenticationFailedException.java 24 super(MessagingException.AUTHENTICATION_FAILED, message);
32 super(MessagingException.AUTHENTICATION_FAILED, message, throwable);
MessagingException.java 44 public static final int AUTHENTICATION_FAILED = 5;
  /external/chromium_org/remoting/protocol/
errors.h 20 AUTHENTICATION_FAILED,
jingle_session.cc 59 return AUTHENTICATION_FAILED;
549 error_ = AUTHENTICATION_FAILED;
640 case AUTHENTICATION_FAILED:
channel_multiplexer_unittest.cc 353 host_session_.set_error(AUTHENTICATION_FAILED);
  /external/chromium_org/remoting/jingle_glue/
signal_strategy.h 35 AUTHENTICATION_FAILED,
xmpp_signal_strategy.cc 215 error_ = AUTHENTICATION_FAILED;
  /external/chromium_org/remoting/webapp/
wcs_loader.js 87 onValidateError(remoting.Error.AUTHENTICATION_FAILED);
128 var error = remoting.Error.AUTHENTICATION_FAILED;
error.js 23 AUTHENTICATION_FAILED: /*i18n-content*/'ERROR_AUTHENTICATION_FAILED',
oauth2_api.js 43 // Return AUTHENTICATION_FAILED by default, so that the user can try to
46 var error = remoting.Error.AUTHENTICATION_FAILED;
48 error = remoting.Error.AUTHENTICATION_FAILED;
host_list.js 238 this.lastError_ = remoting.Error.AUTHENTICATION_FAILED;
271 if (this.lastError_ == remoting.Error.AUTHENTICATION_FAILED) {
499 if (this.lastError_ == remoting.Error.AUTHENTICATION_FAILED) {
server_log_entry.js 87 case remoting.Error.AUTHENTICATION_FAILED:
remoting.js 463 var auth_failed = (error == remoting.Error.AUTHENTICATION_FAILED);
  /external/chromium_org/google_apis/gcm/engine/
registration_request.h 44 AUTHENTICATION_FAILED, // Authentication failed.
registration_request.cc 41 const char kAuthenticationFailed[] = "AUTHENTICATION_FAILED";
60 return RegistrationRequest::AUTHENTICATION_FAILED;
72 status == RegistrationRequest::AUTHENTICATION_FAILED ||
  /external/chromium_org/remoting/host/
signaling_connector.cc 65 if (signal_strategy_->GetError() == SignalStrategy::AUTHENTICATION_FAILED) {
chromoting_host_unittest.cc 217 protocol::AUTHENTICATION_FAILED));
  /packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java 138 case MessagingException.AUTHENTICATION_FAILED:
160 case MessagingException.AUTHENTICATION_FAILED:
  /external/chromium_org/remoting/client/
server_log_entry_client.cc 75 case protocol::AUTHENTICATION_FAILED:
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java 234 messagingExceptionCode = MessagingException.AUTHENTICATION_FAILED;
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 229 AUTHENTICATION_FAILED = 24,
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
JniInterface.java 81 AUTHENTICATION_FAILED(4, R.string.error_invalid_access_code),
  /packages/apps/Email/src/com/android/email/service/
PopImapSyncAdapterService.java 156 case MessagingException.AUTHENTICATION_FAILED:
  /external/chromium_org/components/gcm_driver/
gcm_stats_recorder_impl.cc 90 case gcm::RegistrationRequest::AUTHENTICATION_FAILED:
91 return "AUTHENTICATION_FAILED";
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 574 data->error_type = AUTHENTICATION_FAILED;
1053 case AUTHENTICATION_FAILED:

Completed in 552 milliseconds

1 2