HomeSort by relevance Sort by last modified time
    Searched full:maccountauthenticatorresponse (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorActivity.java 38 private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null;
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;
AccountAuthenticatorResponse.java 31 private IAccountAuthenticatorResponse mAccountAuthenticatorResponse;
37 mAccountAuthenticatorResponse = response;
41 mAccountAuthenticatorResponse =
52 mAccountAuthenticatorResponse.onResult(result);
63 mAccountAuthenticatorResponse.onRequestContinued();
74 mAccountAuthenticatorResponse.onError(errorCode, errorMessage);
85 dest.writeStrongBinder(mAccountAuthenticatorResponse.asBinder());
  /packages/apps/Email/src/com/android/email/activity/setup/
SetupData.java 59 private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null;
73 mAccountAuthenticatorResponse = null;
159 return mAccountAuthenticatorResponse;
163 mAccountAuthenticatorResponse = response;
194 dest.writeParcelable(mAccountAuthenticatorResponse, 0);
206 mAccountAuthenticatorResponse = in.readParcelable(loader);

Completed in 2581 milliseconds