Searched refs:IAccountAuthenticatorResponse (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | IAccountAuthenticator.aidl | 19 import android.accounts.IAccountAuthenticatorResponse; 33 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount() 41 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials() 49 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken() 57 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel() 64 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials() 72 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties() 80 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures() 94 void getAccountCredentialsForCloning(in IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning() 110 void startAddAccountSession(in IAccountAuthenticatorResponse response, String accountType, in startAddAccountSession() [all …]
|
H A D | AbstractAccountAuthenticator.java | 187 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials() 214 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel() 241 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken() 302 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() 319 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures() 336 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed() 371 public void addAccountFromCredentials(IAccountAuthenticatorResponse response, in addAccountFromCredentials() 391 public void startAddAccountSession(IAccountAuthenticatorResponse response, in startAddAccountSession() 424 IAccountAuthenticatorResponse response, in startUpdateCredentialsSession() 465 IAccountAuthenticatorResponse response, in finishSession() [all …]
|
H A D | AccountAuthenticatorResponse.java | 32 private IAccountAuthenticatorResponse mAccountAuthenticatorResponse; 38 public AccountAuthenticatorResponse(IAccountAuthenticatorResponse response) { in AccountAuthenticatorResponse() 44 IAccountAuthenticatorResponse.Stub.asInterface(parcel.readStrongBinder()); in AccountAuthenticatorResponse()
|
H A D | IAccountAuthenticatorResponse.aidl | 24 oneway interface IAccountAuthenticatorResponse { interface
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-unsupported.txt | 6 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 7 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;->mRemote:Landroid/os/IBinder; 8 Landroid/accounts/IAccountAuthenticatorResponse$Stub;-><init>()V 9 Landroid/accounts/IAccountAuthenticatorResponse$Stub;->asInterface(Landroid/os/IBinder;)Landroid/ac…
|
H A D | hiddenapi-max-target-o.txt | 336 …henticatorResponse;->mAccountAuthenticatorResponse:Landroid/accounts/IAccountAuthenticatorResponse; 514 …ntAuthenticator$Stub$Proxy;->editProperties(Landroid/accounts/IAccountAuthenticatorResponse;Ljava/… 519 …uthenticator$Stub$Proxy;->getAuthTokenLabel(Landroid/accounts/IAccountAuthenticatorResponse;Ljava/… 545 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/Str… 546 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;->onError(ILjava/lang/String;)V 547 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;->onRequestContinued()V 548 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;->onResult(Landroid/os/Bundle;)V 549 Landroid/accounts/IAccountAuthenticatorResponse$Stub;->DESCRIPTOR:Ljava/lang/String; 550 Landroid/accounts/IAccountAuthenticatorResponse$Stub;->TRANSACTION_onError:I 551 Landroid/accounts/IAccountAuthenticatorResponse$Stub;->TRANSACTION_onRequestContinued:I [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 32 import android.accounts.IAccountAuthenticatorResponse; 4226 new AccountAuthenticatorResponse(new IAccountAuthenticatorResponse.Stub() { in newRequestAccountAccessIntent() 4869 private abstract class Session extends IAccountAuthenticatorResponse.Stub
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 77 android.accounts.IAccountAuthenticatorResponse$Stub$Proxy 78 android.accounts.IAccountAuthenticatorResponse$Stub 79 android.accounts.IAccountAuthenticatorResponse
|
H A D | boot-image-profile.txt | 22857 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy; 22858 Landroid/accounts/IAccountAuthenticatorResponse$Stub; 22859 Landroid/accounts/IAccountAuthenticatorResponse;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 77 android.accounts.IAccountAuthenticatorResponse$Stub$Proxy 78 android.accounts.IAccountAuthenticatorResponse$Stub 79 android.accounts.IAccountAuthenticatorResponse
|
H A D | boot-image-profile.txt | 32960 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy; 32961 Landroid/accounts/IAccountAuthenticatorResponse$Stub; 32962 Landroid/accounts/IAccountAuthenticatorResponse;
|