HomeSort by relevance Sort by last modified time
    Searched defs:MessagingException (Results 1 - 10 of 10) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
MessagingException.java 28 public class MessagingException extends Exception {
77 public MessagingException(String message, Throwable throwable) {
81 public MessagingException(int exceptionType, String message, Throwable throwable) {
88 * Constructs a MessagingException with an exceptionType and a null message.
92 public MessagingException(int exceptionType) {
97 * Constructs a MessagingException with a message.
101 public MessagingException(String message) {
106 * Constructs a MessagingException with an exceptionType and a message.
110 public MessagingException(int exceptionType, String message) {
115 * Constructs a MessagingException with an exceptionType, a message, and dat
    [all...]
MailTransport.java 103 public void open() throws MessagingException {
114 throw new MessagingException(
115 MessagingException.IOERROR,
124 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
154 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
162 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
173 Socket createSocket() throws MessagingException;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MessagingException.java 29 public class MessagingException extends Exception {
78 public MessagingException(String message, Throwable throwable) {
82 public MessagingException(int exceptionType, String message, Throwable throwable) {
89 * Constructs a MessagingException with an exceptionType and a null message.
92 public MessagingException(int exceptionType) {
97 * Constructs a MessagingException with a message.
100 public MessagingException(String message) {
105 * Constructs a MessagingException with an exceptionType and a message.
108 public MessagingException(int exceptionType, String message) {
113 * Constructs a MessagingException with an exceptionType, a message, and dat
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapConnection.java 25 import com.android.voicemail.impl.mail.MessagingException;
94 public void open() throws IOException, MessagingException {
115 throw new MessagingException(
116 MessagingException.AUTHENTICATION_FAILED_OR_SERVER_ERROR,
148 } catch (IOException | MessagingException e) {
169 private void maybeDoStartTls() throws IOException, MessagingException {
182 private void doLogin() throws IOException, MessagingException, AuthenticationFailedException {
228 throw new MessagingException(alertText, ie);
232 private void doDigestMd5Auth() throws IOException, MessagingException {
262 // If failed verifyResponseAuth() will throw a MessagingException, terminating th
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/transport/
MailTransport.java 24 import com.android.emailcommon.mail.MessagingException;
106 public void open() throws MessagingException, CertificateValidationException {
147 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
152 throw new MessagingException(MessagingException.UNSPECIFIED_EXCEPTION, iae.toString());
164 public void reopenTls() throws MessagingException {
190 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 30 import com.android.emailcommon.mail.MessagingException;
59 public static Sender newInstance(Account account, Context context) throws MessagingException {
90 public void open() throws MessagingException {
134 throw new MessagingException(MessagingException.TLS_REQUIRED);
148 throw new MessagingException(MessagingException.OAUTH_NOT_SUPPORTED);
161 throw new MessagingException(MessagingException.AUTH_REQUIRED);
175 throw new MessagingException(MessagingException.IOERROR, ioe.toString())
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 35 import com.android.emailcommon.mail.MessagingException;
105 String getLoginPhrase() throws MessagingException, IOException {
132 void open() throws IOException, MessagingException {
262 ImapResponse readResponse() throws IOException, MessagingException {
275 throws MessagingException, IOException {
282 throws MessagingException, IOException {
301 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException,
316 throw new MessagingException("Expected continuation request");
326 List<ImapResponse> executeSimpleCommand(String command) throws IOException, MessagingException {
335 * @throws MessagingException
    [all...]
Pop3Store.java 33 import com.android.emailcommon.mail.MessagingException;
67 public static Store newInstance(Account account, Context context) throws MessagingException {
74 private Pop3Store(Context context, Account account) throws MessagingException {
123 * @throws MessagingException if there was some problem with the account
126 public Bundle checkSettings() throws MessagingException {
166 * @throws MessagingException if the account is not going to be useable
168 public Bundle checkSettings() throws MessagingException {
170 int result = MessagingException.NO_ERROR;
184 result = MessagingException.IOERROR;
193 public synchronized void open(OpenMode mode) throws MessagingException {
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java 41 import com.android.voicemail.impl.mail.MessagingException;
192 } catch (MessagingException e) {
226 } catch (MessagingException e) {
239 MessageStructureWrapper messageStructureWrapper) throws MessagingException {
295 * @throws MessagingException if fetching the structure of the message fails
297 private MessageStructureWrapper fetchMessageStructure(Message message) throws MessagingException {
327 } catch (MessagingException e) {
337 * @throws MessagingException if fetching the body of the message fails
339 private VoicemailPayload fetchVoicemailPayload(Message message) throws MessagingException {
378 } catch (MessagingException e)
    [all...]
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 153 milliseconds