Searched refs:mAuthenticationCode (Results 1 – 1 of 1) sorted by relevance
56 private String mAuthenticationCode; field in OAuthAuthenticationActivity84 mAuthenticationCode = uri.getQueryParameter("code"); in shouldOverrideUrlLoading()87 params.putString(EXTRA_AUTHENTICATION_CODE, mAuthenticationCode); in shouldOverrideUrlLoading()118 mAuthenticationCode = bundle.getString(EXTRA_AUTHENTICATION_CODE); in onCreate()120 mAuthenticationCode = null; in onCreate()122 if (mAuthenticationCode != null) { in onCreate()125 params.putString(EXTRA_AUTHENTICATION_CODE, mAuthenticationCode); in onCreate()136 outState.putString(EXTRA_AUTHENTICATION_CODE, mAuthenticationCode); in onSaveInstanceState()