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 262 final boolean offerOAuth = (mServiceInfo.offerOAuth && oauthProviders.size() > 0);
264 if (offerOAuth) {
357 final boolean offerOAuth = (mServiceInfo.offerOAuth && oauthProviders.size() > 0);
358 mAuthenticationView.setAuthInfo(offerOAuth, recvAuth);
644 mAuthenticationView.setAuthInfo(mServiceInfo.offerOAuth, recvAuth);
AuthenticationView.java 140 public void setAuthInfo(final boolean offerOAuth, final HostAuth hostAuth) {
141 mOfferOAuth = offerOAuth;
AccountSetupCredentialsFragment.java 180 mOfferOAuth = info.offerOAuth;
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceUtils.java 195 public boolean offerOAuth;
580 info.offerOAuth =
    [all...]

Completed in 87 milliseconds