Searched refs:mOfferOAuth (Results 1 – 2 of 2) sorted by relevance
44 private boolean mOfferOAuth; field in AuthenticationView112 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()
79 private boolean mOfferOAuth; field in AccountSetupCredentialsFragment180 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()