HomeSort by relevance Sort by last modified time
    Searched refs: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 63 private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null;
161 return getInstance().mAccountAuthenticatorResponse;
165 getInstance().mAccountAuthenticatorResponse = response;
190 mAccountAuthenticatorResponse = null;
219 dest.writeParcelable(mAccountAuthenticatorResponse, 0);
233 mAccountAuthenticatorResponse = in.readParcelable(loader);

Completed in 575 milliseconds