Searched refs:mAccountAuthenticatorResponse (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorActivity.java38 private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null; field in class:AccountAuthenticatorActivity
59 mAccountAuthenticatorResponse =
62 if (mAccountAuthenticatorResponse != null) {
63 mAccountAuthenticatorResponse.onRequestContinued();
71 if (mAccountAuthenticatorResponse != null) {
74 mAccountAuthenticatorResponse.onResult(mResultBundle);
76 mAccountAuthenticatorResponse.onError(AccountManager.ERROR_CODE_CANCELED,
79 mAccountAuthenticatorResponse = null;
H A DAccountAuthenticatorResponse.java31 private IAccountAuthenticatorResponse mAccountAuthenticatorResponse; field in class:AccountAuthenticatorResponse
37 mAccountAuthenticatorResponse = response;
41 mAccountAuthenticatorResponse =
52 mAccountAuthenticatorResponse.onResult(result);
63 mAccountAuthenticatorResponse.onRequestContinued();
74 mAccountAuthenticatorResponse.onError(errorCode, errorMessage);
85 dest.writeStrongBinder(mAccountAuthenticatorResponse.asBinder());

Completed in 52 milliseconds