OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthenticationFailedException
(Results
1 - 23
of
23
) 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/services/Telephony/src/com/android/phone/common/mail/
AuthenticationFailedException.java
19
public class
AuthenticationFailedException
extends MessagingException {
22
public
AuthenticationFailedException
(String message) {
26
public
AuthenticationFailedException
(int exceptionType, String message) {
30
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/provider_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/services/Telephony/src/com/android/phone/common/mail/store/
ImapConnection.java
20
import com.android.phone.common.mail.
AuthenticationFailedException
;
134
private void doLogin() throws IOException, MessagingException,
AuthenticationFailedException
{
147
throw new
AuthenticationFailedException
(alertText, ie);
ImapFolder.java
30
import com.android.phone.common.mail.
AuthenticationFailedException
;
142
} catch (
AuthenticationFailedException
e) {
/packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java
33
import com.android.emailcommon.mail.
AuthenticationFailedException
;
102
* @throws
AuthenticationFailedException
495
private void doLogin() throws IOException, MessagingException,
AuthenticationFailedException
{
517
throw new
AuthenticationFailedException
(alertText, ie);
548
throw new
AuthenticationFailedException
("OAuth failed after refresh");
ImapStore.java
36
import com.android.emailcommon.mail.
AuthenticationFailedException
;
471
} 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/provider_src/com/android/email/service/
EmailServiceStub.java
39
import com.android.emailcommon.mail.
AuthenticationFailedException
;
483
if (me instanceof
AuthenticationFailedException
&& nc != null) {
523
if (me instanceof
AuthenticationFailedException
&& nc != null) {
Pop3Service.java
41
import com.android.emailcommon.mail.
AuthenticationFailedException
;
123
if (e instanceof
AuthenticationFailedException
&& nc != null) {
ImapService.java
43
import com.android.emailcommon.mail.
AuthenticationFailedException
;
181
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 1588 milliseconds