Home | History | Annotate | Download | only in store

Lines Matching refs:me

204         } catch (MessagingException me) {
206 if (me.getExceptionType() == MessagingException.IOERROR) {
207 throw me;
249 } catch (MessagingException me) {
424 } catch (ImapException me) {
425 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria);
429 throw me;