Home
last modified time | relevance | path

Searched refs:mOfferOAuth (Results 1 – 2 of 2) sorted by relevance

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