HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY_STARTTLS (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 134 public static final String CAPABILITY_STARTTLS = "STARTTLS";
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 58 public static final int CAPABILITY_STARTTLS = 1 << 2;
236 mCapabilities |= CAPABILITY_STARTTLS;
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapConnection.java 172 if (hasCapability(ImapConstants.CAPABILITY_STARTTLS)) {

Completed in 106 milliseconds