OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statexception
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java
241
Exception
statException
= null;
246
statException
= new IOException();
251
statException
= me;
253
statException
= ioe;
255
statException
= nfe;
257
if (
statException
!= null) {
260
LogUtils.d(Logging.LOG_TAG,
statException
.toString());
262
throw new MessagingException("POP3 STAT",
statException
);
Completed in 1223 milliseconds