Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorActivity.java42 private Bundle mResultBundle = null; field in AccountAuthenticatorActivity
51 mResultBundle = result; in setAccountAuthenticatorResult()
76 if (mResultBundle != null) { in finish()
77 mAccountAuthenticatorResponse.onResult(mResultBundle); in finish()
H A DGrantCredentialsPermissionActivity.java49 private Bundle mResultBundle = null; field in GrantCredentialsPermissionActivity
193 mResultBundle = result; in setAccountAuthenticatorResult()
205 if (mResultBundle != null) { in finish()
206 response.onResult(mResultBundle); in finish()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt335 Landroid/accounts/AccountAuthenticatorActivity;->mResultBundle:Landroid/os/Bundle;
507 Landroid/accounts/GrantCredentialsPermissionActivity;->mResultBundle:Landroid/os/Bundle;