Searched refs:mAccountAuthenticatorResponse (Results 1 – 1 of 1) sorted by relevance
166 private AccountAuthenticatorResponse mAccountAuthenticatorResponse; field in AccountSetupFinal208 mAccountAuthenticatorResponse = in onCreate()220 mAccountAuthenticatorResponse = getIntent() in onCreate()222 if (mAccountAuthenticatorResponse != null) { in onCreate()455 outState.putParcelable(SAVESTATE_KEY_AUTHENTICATOR_RESPONSE, mAccountAuthenticatorResponse); in onSaveInstanceState()747 if (mAccountAuthenticatorResponse != null) { in finish()748 mAccountAuthenticatorResponse in finish()750 mAccountAuthenticatorResponse = null; in finish()1184 if (mAccountAuthenticatorResponse != null) { in onAccountCreationFragmentComplete()1189 mAccountAuthenticatorResponse.onResult(b); in onAccountCreationFragmentComplete()[all …]