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

  /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 19 AUTHENTICATION_FAILED,
jingle_session.cc 51 return AUTHENTICATION_FAILED;
538 error_ = AUTHENTICATION_FAILED;
615 case AUTHENTICATION_FAILED:
channel_multiplexer_unittest.cc 352 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 50 // Return AUTHENTICATION_FAILED by default, so that the user can try to
53 var error = remoting.Error.AUTHENTICATION_FAILED;
55 error = remoting.Error.AUTHENTICATION_FAILED;
host_list.js 231 this.lastError_ = remoting.Error.AUTHENTICATION_FAILED;
264 if (this.lastError_ == remoting.Error.AUTHENTICATION_FAILED) {
489 if (this.lastError_ == remoting.Error.AUTHENTICATION_FAILED) {
remoting.js 406 var auth_failed = (error == remoting.Error.AUTHENTICATION_FAILED);
server_log_entry.js 87 case remoting.Error.AUTHENTICATION_FAILED:
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java 260 messagingExceptionCode = MessagingException.AUTHENTICATION_FAILED;
  /external/chromium_org/remoting/host/
signaling_connector.cc 83 if (signal_strategy_->GetError() == SignalStrategy::AUTHENTICATION_FAILED) {
chromoting_host_unittest.cc 214 protocol::AUTHENTICATION_FAILED));
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 233 AUTHENTICATION_FAILED = 24,
  /packages/apps/Email/src/com/android/email/service/
PopImapSyncAdapterService.java 156 case MessagingException.AUTHENTICATION_FAILED:
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 608 data->error_type = AUTHENTICATION_FAILED;
1104 case AUTHENTICATION_FAILED:
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 522 : MessagingException.AUTHENTICATION_FAILED;
547 : MessagingException.AUTHENTICATION_FAILED;
674 throw new MessagingException(MessagingException.AUTHENTICATION_FAILED);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 451 // MessagingException.AUTHENTICATION_FAILED: username/password rejected
597 case MessagingException.AUTHENTICATION_FAILED:
    [all...]
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 126 case protocol::AUTHENTICATION_FAILED:
    [all...]

Completed in 933 milliseconds