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

  /packages/apps/Email/src/com/android/email/activity/setup/
AuthenticationView.java 49 private boolean mOfferOAuth;
115 if (mOfferOAuth & mUseOAuth) {
146 mOfferOAuth = offerOAuth;
148 if (mOfferOAuth) {
163 if (mOfferOAuth && mUseOAuth) {
176 if (mOfferOAuth) {
227 bundle.putBoolean(SAVE_OFFER_OAUTH, mOfferOAuth);
239 mOfferOAuth = bundle.getBoolean(SAVE_OFFER_OAUTH);
AccountSetupCredentialsFragment.java 79 private boolean mOfferOAuth;
178 mOfferOAuth = info.offerOAuth;
186 mOfferOAuth = true;
193 mOfferOAuth = mOfferOAuth && !skipOAuth;
195 mOAuthGroup.setVisibility(mOfferOAuth ? View.VISIBLE : View.GONE);
196 mRegularPasswordText.setVisibility(mOfferOAuth ? View.GONE : View.VISIBLE);
317 if (mOfferOAuth) {

Completed in 51 milliseconds