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

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
AuthenticationFailedException.java 20 public class AuthenticationFailedException extends MessagingException {
23 public AuthenticationFailedException(String message) {
27 public AuthenticationFailedException(int exceptionType, String message) {
31 public AuthenticationFailedException(String message, Throwable throwable) {
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 28 import com.android.emailcommon.mail.AuthenticationFailedException;
293 AuthenticationFailedException, IOException {
305 throw new AuthenticationFailedException(me.getMessage());
312 AuthenticationFailedException, IOException {
320 throw new AuthenticationFailedException(me.getMessage());
327 AuthenticationFailedException, IOException {
332 } catch (AuthenticationFailedException e) {
348 throw new AuthenticationFailedException(me.getMessage());
  /packages/apps/Email/src/com/android/email/mail/internet/
OAuthAuthenticator.java 9 import com.android.emailcommon.mail.AuthenticationFailedException;
88 throw new AuthenticationFailedException("Invalid provider" + providerId);
105 throw new AuthenticationFailedException("Unsupported encoding", e);
118 throw new AuthenticationFailedException("Invalid provider" + providerId);
133 throw new AuthenticationFailedException("Unsuported encoding", e);
150 throw new AuthenticationFailedException("Auth error getting auth token");
AuthenticationCache.java 8 import com.android.emailcommon.mail.AuthenticationFailedException;
127 } catch (AuthenticationFailedException e) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 33 import com.android.emailcommon.mail.AuthenticationFailedException;
102 * @throws AuthenticationFailedException
494 private void doLogin() throws IOException, MessagingException, AuthenticationFailedException {
514 throw new AuthenticationFailedException(alertText, ie);
545 throw new AuthenticationFailedException("OAuth failed after refresh");
ImapStore.java 36 import com.android.emailcommon.mail.AuthenticationFailedException;
440 } catch (AuthenticationFailedException afe) {
Pop3Store.java 27 import com.android.emailcommon.mail.AuthenticationFailedException;
229 throw new AuthenticationFailedException(null, me);
ImapFolder.java 39 import com.android.emailcommon.mail.AuthenticationFailedException;
141 } catch (AuthenticationFailedException e) {
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
OAuthAuthenticationActivity.java 22 import com.android.emailcommon.mail.AuthenticationFailedException;
163 } catch (AuthenticationFailedException e) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java 38 import com.android.emailcommon.mail.AuthenticationFailedException;
474 if (me instanceof AuthenticationFailedException) {
512 if (me instanceof AuthenticationFailedException) {
Pop3Service.java 40 import com.android.emailcommon.mail.AuthenticationFailedException;
119 if (e instanceof AuthenticationFailedException) {
ImapService.java 42 import com.android.emailcommon.mail.AuthenticationFailedException;
179 if (e instanceof AuthenticationFailedException) {
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 44 import com.android.emailcommon.mail.AuthenticationFailedException;
199 fail("Didn't throw AuthenticationFailedException");
200 } catch (AuthenticationFailedException expected) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 

Completed in 269 milliseconds