HomeSort by relevance Sort by last modified time
    Searched full:statexception (Results 1 - 1 of 1) sorted by null

  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 307 Exception statException = null;
312 statException = new IOException();
317 statException = ioe;
319 statException = nfe;
321 if (statException != null) {
324 Log.d(Logging.LOG_TAG, statException.toString());
326 throw new MessagingException("POP3 STAT", statException);
    [all...]

Completed in 99 milliseconds