Home
last modified time | relevance | path

Searched refs:mLoginPhrase (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapConnection.java68 private String mLoginPhrase; field in ImapConnection
93 mLoginPhrase = null; in setStore()
112 if (mLoginPhrase == null || !TextUtils.equals(mAccessToken, accessToken)) { in getLoginPhrase()
116 mLoginPhrase = ImapConstants.AUTHENTICATE + " " + ImapConstants.XOAUTH2 + " " + in getLoginPhrase()
120 if (mLoginPhrase == null) { in getLoginPhrase()
124 mLoginPhrase = ImapConstants.LOGIN + " " + mImapStore.getUsername() + " " in getLoginPhrase()
129 return mLoginPhrase; in getLoginPhrase()
538 mLoginPhrase = null; in doSASLAuth()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java45 private String mLoginPhrase; field in ImapConnection
69 mLoginPhrase = null; in setStore()
79 if (mLoginPhrase == null) { in getLoginPhrase()
83 mLoginPhrase = in getLoginPhrase()
91 return mLoginPhrase; in getLoginPhrase()