Searched refs:SAVE_OFFER_OAUTH (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAuthenticationView.java28 private final static String SAVE_OFFER_OAUTH = "save_offer_oauth"; field in class:AuthenticationView
222 bundle.putBoolean(SAVE_OFFER_OAUTH, mOfferOAuth);
234 mOfferOAuth = bundle.getBoolean(SAVE_OFFER_OAUTH);

Completed in 91 milliseconds