Searched refs:SAVE_USE_OAUTH (Results 1 – 1 of 1) sorted by relevance
29 private final static String SAVE_USE_OAUTH = "save_use_oauth"; field in AuthenticationView223 bundle.putBoolean(SAVE_USE_OAUTH, mUseOAuth); in onSaveInstanceState()235 mUseOAuth = bundle.getBoolean(SAVE_USE_OAUTH); in onRestoreInstanceState()