Home
last modified time | relevance | path

Searched refs:setAuthInfo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupOutgoingFragment.java244 mAuthenticationView.setAuthInfo(oauthProviders.size() > 0, sendAuth); in loadSettings()
297 mAuthenticationView.setAuthInfo(true, sendAuth); in onCheckedChanged()
429 mAuthenticationView.setAuthInfo(true, sendAuth); in onActivityResult()
DAccountSetupIncomingFragment.java358 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() method in AuthenticationView