Searched refs:SAVE_OFFER_OAUTH (Results 1 – 1 of 1) sorted by relevance
28 private final static String SAVE_OFFER_OAUTH = "save_offer_oauth"; field in AuthenticationView222 bundle.putBoolean(SAVE_OFFER_OAUTH, mOfferOAuth); in onSaveInstanceState()234 mOfferOAuth = bundle.getBoolean(SAVE_OFFER_OAUTH); in onRestoreInstanceState()