Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/setup/
DOAuthAuthenticationActivity.java56 private String mAuthenticationCode; field in OAuthAuthenticationActivity
84 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()