OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthenticationFailedException
(Results
1 - 11
of
11
) 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
27
import com.android.emailcommon.mail.
AuthenticationFailedException
;
279
AuthenticationFailedException
, IOException {
291
throw new
AuthenticationFailedException
(me.getMessage());
298
AuthenticationFailedException
, IOException {
306
throw new
AuthenticationFailedException
(me.getMessage());
/packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java
31
import com.android.emailcommon.mail.
AuthenticationFailedException
;
442
throws IOException, MessagingException,
AuthenticationFailedException
{
451
throw new
AuthenticationFailedException
(ie.getAlertText(), ie);
454
throw new
AuthenticationFailedException
(null, me);
ImapStore.java
36
import com.android.emailcommon.mail.
AuthenticationFailedException
;
424
} catch (
AuthenticationFailedException
afe) {
Pop3Store.java
27
import com.android.emailcommon.mail.
AuthenticationFailedException
;
231
throw new
AuthenticationFailedException
(null, me);
ImapFolder.java
39
import com.android.emailcommon.mail.
AuthenticationFailedException
;
136
} catch (
AuthenticationFailedException
e) {
[
all
...]
/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
39
import com.android.emailcommon.mail.
AuthenticationFailedException
;
452
if (me instanceof
AuthenticationFailedException
) {
489
if (me instanceof
AuthenticationFailedException
) {
Pop3Service.java
40
import com.android.emailcommon.mail.
AuthenticationFailedException
;
119
if (e instanceof
AuthenticationFailedException
) {
ImapService.java
41
import com.android.emailcommon.mail.
AuthenticationFailedException
;
154
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
...]
Completed in 89 milliseconds