Home
last modified time | relevance | path

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

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