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

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 34 public static final String AUTHENTICATE = "AUTHENTICATE";
107 // AUTHENTICATE
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 35 public static final String AUTHENTICATE = "AUTHENTICATE";
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapConnection.java 238 // C: a AUTHENTICATE DIGEST-MD5
242 executeSimpleCommand(ImapConstants.AUTHENTICATE + " " + ImapConstants.AUTH_DIGEST_MD5);
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 116 mLoginPhrase = ImapConstants.AUTHENTICATE + " " + ImapConstants.XOAUTH2 + " " +
534 // Failed to authenticate. This may be just due to an expired token.
535 LogUtils.d(Logging.LOG_TAG, "failed to authenticate, retrying");
546 LogUtils.d(Logging.LOG_TAG, "failed to authenticate, giving up");
564 // it will send a continuation request is when we fail to authenticate. We need to
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]

Completed in 180 milliseconds