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

/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorActivity.java37 private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null; field in class:AccountAuthenticatorActivity
58 mAccountAuthenticatorResponse =
61 if (mAccountAuthenticatorResponse != null) {
62 mAccountAuthenticatorResponse.onRequestContinued();
70 if (mAccountAuthenticatorResponse != null) {
73 mAccountAuthenticatorResponse.onResult(mResultBundle);
75 mAccountAuthenticatorResponse.onError(AccountManager.ERROR_CODE_CANCELED,
78 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 53 milliseconds