Searched refs:setAuthInfo (Results 1 – 3 of 3) sorted by relevance
244 mAuthenticationView.setAuthInfo(oauthProviders.size() > 0, sendAuth); in loadSettings()297 mAuthenticationView.setAuthInfo(true, sendAuth); in onCheckedChanged()429 mAuthenticationView.setAuthInfo(true, sendAuth); in onActivityResult()
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() method in AuthenticationView