Home
last modified time | relevance | path

Searched refs:offerOAuth (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupIncomingFragment.java262 final boolean offerOAuth = (mServiceInfo.offerOAuth && oauthProviders.size() > 0); in onActivityCreated()
264 if (offerOAuth) { in onActivityCreated()
357 final boolean offerOAuth = (mServiceInfo.offerOAuth && oauthProviders.size() > 0); in loadSettings()
358 mAuthenticationView.setAuthInfo(offerOAuth, recvAuth); in loadSettings()
644 mAuthenticationView.setAuthInfo(mServiceInfo.offerOAuth, recvAuth); in onActivityResult()
DAuthenticationView.java140 public void setAuthInfo(final boolean offerOAuth, final HostAuth hostAuth) { in setAuthInfo() argument
141 mOfferOAuth = offerOAuth; in setAuthInfo()
DAccountSetupCredentialsFragment.java180 mOfferOAuth = info.offerOAuth; in onActivityCreated()
/packages/apps/Email/provider_src/com/android/email/service/
DEmailServiceUtils.java195 public boolean offerOAuth; field in EmailServiceUtils.EmailServiceInfo
580 info.offerOAuth = in getServiceMap()