HomeSort by relevance Sort by last modified time
    Searched refs:offerOAuth (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncomingFragment.java 345 final boolean offerOAuth = (mServiceInfo.offerOAuth && oauthProviders.size() > 0);
347 mAuthenticationView.setAuthInfo(offerOAuth, recvAuth);
349 if (offerOAuth) {
640 mAuthenticationView.setAuthInfo(mServiceInfo.offerOAuth, recvAuth);
AuthenticationView.java 145 public void setAuthInfo(final boolean offerOAuth, final HostAuth hostAuth) {
146 mOfferOAuth = offerOAuth;
AccountSetupCredentialsFragment.java 178 mOfferOAuth = info.offerOAuth;
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 195 public boolean offerOAuth;
574 info.offerOAuth =
    [all...]

Completed in 121 milliseconds