Searched refs:mAccountAuthenticatorResponse (Results 1 – 3 of 3) sorted by relevance
41 private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null; field in AccountAuthenticatorActivity62 mAccountAuthenticatorResponse = in onCreate()65 if (mAccountAuthenticatorResponse != null) { in onCreate()66 mAccountAuthenticatorResponse.onRequestContinued(); in onCreate()74 if (mAccountAuthenticatorResponse != null) { in finish()77 mAccountAuthenticatorResponse.onResult(mResultBundle); in finish()79 mAccountAuthenticatorResponse.onError(AccountManager.ERROR_CODE_CANCELED, in finish()82 mAccountAuthenticatorResponse = null; in finish()
32 private IAccountAuthenticatorResponse mAccountAuthenticatorResponse; field in AccountAuthenticatorResponse39 mAccountAuthenticatorResponse = response; in AccountAuthenticatorResponse()43 mAccountAuthenticatorResponse = in AccountAuthenticatorResponse()54 mAccountAuthenticatorResponse.onResult(result); in onResult()65 mAccountAuthenticatorResponse.onRequestContinued(); in onRequestContinued()76 mAccountAuthenticatorResponse.onError(errorCode, errorMessage); in onError()87 dest.writeStrongBinder(mAccountAuthenticatorResponse.asBinder()); in writeToParcel()
334 Landroid/accounts/AccountAuthenticatorActivity;->mAccountAuthenticatorResponse:Landroid/accounts/Ac…336 Landroid/accounts/AccountAuthenticatorResponse;->mAccountAuthenticatorResponse:Landroid/accounts/IA…