Home
last modified time | relevance | path

Searched refs:AccountAuthenticatorResponse (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType2Authenticator.java20 import android.accounts.AccountAuthenticatorResponse;
47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
54 AccountAuthenticatorResponse response, in addAccount()
65 AccountAuthenticatorResponse response, in confirmCredentials()
74 AccountAuthenticatorResponse response, in getAuthToken()
90 AccountAuthenticatorResponse response, in updateCredentials()
100 AccountAuthenticatorResponse response, in hasFeatures()
109 AccountAuthenticatorResponse response, in startAddAccountSession()
120 AccountAuthenticatorResponse response, in startUpdateCredentialsSession()
131 public Bundle finishSession(AccountAuthenticatorResponse response, in finishSession()
[all …]
H A DTestAccountType1Authenticator.java20 import android.accounts.AccountAuthenticatorResponse;
45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
59 AccountAuthenticatorResponse response, in addAccount()
104 AccountAuthenticatorResponse response, in confirmCredentials()
143 AccountAuthenticatorResponse response, in getAuthToken()
198 AccountAuthenticatorResponse response, in updateCredentials()
236 AccountAuthenticatorResponse response, in hasFeatures()
259 AccountAuthenticatorResponse response, in startAddAccountSession()
318 AccountAuthenticatorResponse response, in startUpdateCredentialsSession()
373 public Bundle finishSession(AccountAuthenticatorResponse response, in finishSession()
[all …]
H A DAccountAuthenticatorDummyActivity.java18 import android.accounts.AccountAuthenticatorResponse;
33 AccountAuthenticatorResponse response = in onCreate()
/aosp14/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorResponse.java29 public class AccountAuthenticatorResponse implements Parcelable { class
38 public AccountAuthenticatorResponse(IAccountAuthenticatorResponse response) { in AccountAuthenticatorResponse() method in AccountAuthenticatorResponse
42 public AccountAuthenticatorResponse(Parcel parcel) { in AccountAuthenticatorResponse() method in AccountAuthenticatorResponse
90 public static final @android.annotation.NonNull Creator<AccountAuthenticatorResponse> CREATOR =
91 new Creator<AccountAuthenticatorResponse>() {
92 public AccountAuthenticatorResponse createFromParcel(Parcel source) {
93 return new AccountAuthenticatorResponse(source);
96 public AccountAuthenticatorResponse[] newArray(int size) {
97 return new AccountAuthenticatorResponse[size];
H A DAbstractAccountAuthenticator.java166 new AccountAuthenticatorResponse(response), in addAccount()
252 new AccountAuthenticatorResponse(response), account, in getAuthToken()
281 new AccountAuthenticatorResponse(response), account, in updateCredentials()
308 new AccountAuthenticatorResponse(response), accountType); in editProperties()
342 new AccountAuthenticatorResponse(response), account); in getAccountRemovalAllowed()
439 new AccountAuthenticatorResponse(response), in startUpdateCredentialsSession()
699 public abstract Bundle hasFeatures(AccountAuthenticatorResponse response, in hasFeatures()
811 final AccountAuthenticatorResponse response, in startAddAccountSession()
867 final AccountAuthenticatorResponse response, in startUpdateCredentialsSession()
922 final AccountAuthenticatorResponse response, in finishSession()
[all …]
H A DAccountAuthenticatorActivity.java41 private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null;
63 …ntManager.KEY_ACCOUNT_AUTHENTICATOR_RESPONSE, android.accounts.AccountAuthenticatorResponse.class); in onCreate()
H A DGrantCredentialsPermissionActivity.java202AccountAuthenticatorResponse response = intent.getParcelableExtra(EXTRAS_RESPONSE, android.account… in finish()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java20 import android.accounts.AccountAuthenticatorResponse;
56 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, in editProperties()
62 public Bundle addAccount(AccountAuthenticatorResponse accountAuthenticatorResponse, in addAccount()
69 public Bundle confirmCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, in confirmCredentials()
76 public Bundle getAuthToken(AccountAuthenticatorResponse accountAuthenticatorResponse, in getAuthToken()
88 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, in updateCredentials()
95 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse, in hasFeatures()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java23 import android.accounts.AccountAuthenticatorResponse;
3119 new AccountAuthenticatorResponse(this), in getAuthToken()
3262 int uid, AccountAuthenticatorResponse response, String authTokenType, in newGrantCredentialsPermissionIntent()
4226 new AccountAuthenticatorResponse(new IAccountAuthenticatorResponse.Stub() { in newRequestAccountAccessIntent()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt3646 …public abstract android.os.Bundle addAccount(android.accounts.AccountAuthenticatorResponse, String…
3649 …ic abstract android.os.Bundle editProperties(android.accounts.AccountAuthenticatorResponse, String…
3650 …method public android.os.Bundle finishSession(android.accounts.AccountAuthenticatorResponse, Strin…
3651 …id.os.Bundle getAccountCredentialsForCloning(android.accounts.AccountAuthenticatorResponse, androi…
3652 …c android.os.Bundle getAccountRemovalAllowed(android.accounts.AccountAuthenticatorResponse, androi…
3656 …ublic abstract android.os.Bundle hasFeatures(android.accounts.AccountAuthenticatorResponse, androi…
3657 …droid.os.Bundle isCredentialsUpdateSuggested(android.accounts.AccountAuthenticatorResponse, androi…
3658 …lic android.os.Bundle startAddAccountSession(android.accounts.AccountAuthenticatorResponse, String…
3679 public class AccountAuthenticatorResponse implements android.os.Parcelable {
3680 ctor public AccountAuthenticatorResponse(android.os.Parcel);
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes41 android.accounts.AccountAuthenticatorResponse$1
42 android.accounts.AccountAuthenticatorResponse
H A Dboot-image-profile.txt22821 Landroid/accounts/AccountAuthenticatorResponse$1;
22822 Landroid/accounts/AccountAuthenticatorResponse;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes41 android.accounts.AccountAuthenticatorResponse$1
42 android.accounts.AccountAuthenticatorResponse
H A Dboot-image-profile.txt32924 Landroid/accounts/AccountAuthenticatorResponse$1;
32925 Landroid/accounts/AccountAuthenticatorResponse;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt334 …thenticatorActivity;->mAccountAuthenticatorResponse:Landroid/accounts/AccountAuthenticatorResponse;
336 Landroid/accounts/AccountAuthenticatorResponse;->mAccountAuthenticatorResponse:Landroid/accounts/IA…
337 Landroid/accounts/AccountAuthenticatorResponse;->TAG:Ljava/lang/String;