Searched refs:offerOAuth (Results 1 – 4 of 4) sorted by relevance
262 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()
140 public void setAuthInfo(final boolean offerOAuth, final HostAuth hostAuth) { in setAuthInfo() argument141 mOfferOAuth = offerOAuth; in setAuthInfo()
180 mOfferOAuth = info.offerOAuth; in onActivityCreated()
195 public boolean offerOAuth; field in EmailServiceUtils.EmailServiceInfo580 info.offerOAuth = in getServiceMap()