Searched defs:mOfferOAuth (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAuthenticationView.java44 private boolean mOfferOAuth; field in class:AuthenticationView
112 if (mOfferOAuth & mUseOAuth) {
141 mOfferOAuth = offerOAuth;
143 if (mOfferOAuth) {
158 if (mOfferOAuth && mUseOAuth) {
171 if (mOfferOAuth) {
222 bundle.putBoolean(SAVE_OFFER_OAUTH, mOfferOAuth);
234 mOfferOAuth = bundle.getBoolean(SAVE_OFFER_OAUTH);
H A DAccountSetupCredentialsFragment.java79 private boolean mOfferOAuth; field in class:AccountSetupCredentialsFragment
180 mOfferOAuth = info.offerOAuth;
188 mOfferOAuth = true;
195 mOfferOAuth = mOfferOAuth && !skipOAuth;
197 mOAuthGroup.setVisibility(mOfferOAuth ? View.VISIBLE : View.GONE);
198 mRegularPasswordText.setVisibility(mOfferOAuth ? View.GONE : View.VISIBLE);
316 if (mOfferOAuth) {

Completed in 47 milliseconds