Home
last modified time | relevance | path

Searched refs:mAccountAuthenticatorResponse (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorActivity.java41 private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null; field in AccountAuthenticatorActivity
62 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()
H A DAccountAuthenticatorResponse.java32 private IAccountAuthenticatorResponse mAccountAuthenticatorResponse; field in AccountAuthenticatorResponse
39 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt334 Landroid/accounts/AccountAuthenticatorActivity;->mAccountAuthenticatorResponse:Landroid/accounts/Ac…
336 Landroid/accounts/AccountAuthenticatorResponse;->mAccountAuthenticatorResponse:Landroid/accounts/IA…