Searched refs:IAccountManagerResponse (Results 1 – 11 of 11) sorted by relevance
19 import android.accounts.IAccountManagerResponse;41 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features, in hasFeatures()43 void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType, in getAccountByTypeAndFeatures()45 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in getAccountsByFeatures()48 void removeAccount(in IAccountManagerResponse response, in Account account, in removeAccount()50 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser()53 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser()63 void getAuthToken(in IAccountManagerResponse response, in Account account, in getAuthToken()66 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount()69 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser()[all …]
29 private IAccountManagerResponse mResponse;32 public AccountManagerResponse(IAccountManagerResponse response) { in AccountManagerResponse()39 IAccountManagerResponse.Stub.asInterface(parcel.readStrongBinder()); in AccountManagerResponse()
24 oneway interface IAccountManagerResponse { interface
2234 final IAccountManagerResponse mResponse;2334 private class Response extends IAccountManagerResponse.Stub {2374 final public IAccountManagerResponse mResponse;2405 protected class Response extends IAccountManagerResponse.Stub {
34 import android.accounts.IAccountManagerResponse;1646 public void copyAccountToUser(final IAccountManagerResponse response, final Account account, in copyAccountToUser()1746 private void completeCloningAccount(IAccountManagerResponse response, in completeCloningAccount()1897 public void hasFeatures(IAccountManagerResponse response, in hasFeatures()1928 public TestFeaturesSession(UserAccounts accounts, IAccountManagerResponse response, in TestFeaturesSession()1949 IAccountManagerResponse response = getResponseAndClose(); in onResult()1983 IAccountManagerResponse response, Account accountToRename, String newName) { in renameAccount()2127 public void removeAccount(IAccountManagerResponse response, Account account, in removeAccount()2137 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser()2256 public RemoveAccountSession(UserAccounts accounts, IAccountManagerResponse response, in RemoveAccountSession()[all …]
13 Landroid/accounts/IAccountManagerResponse$Stub$Proxy;-><init>(Landroid/os/IBinder;)V14 Landroid/accounts/IAccountManagerResponse$Stub$Proxy;->mRemote:Landroid/os/IBinder;15 Landroid/accounts/IAccountManagerResponse$Stub;-><init>()V16 Landroid/accounts/IAccountManagerResponse$Stub;->asInterface(Landroid/os/IBinder;)Landroid/accounts…
53 android.accounts.IAccountManagerResponse$Stub54 android.accounts.IAccountManagerResponse
350 …droid/accounts/AccountManager$BaseFutureTask;->mResponse:Landroid/accounts/IAccountManagerResponse;403 Landroid/accounts/AccountManagerResponse;-><init>(Landroid/accounts/IAccountManagerResponse;)V406 Landroid/accounts/AccountManagerResponse;->mResponse:Landroid/accounts/IAccountManagerResponse;554 Landroid/accounts/IAccountManager$Stub$Proxy;->addAccount(Landroid/accounts/IAccountManagerResponse…555 …/IAccountManager$Stub$Proxy;->addAccountAsUser(Landroid/accounts/IAccountManagerResponse;Ljava/lan…560 …tManager$Stub$Proxy;->confirmCredentialsAsUser(Landroid/accounts/IAccountManagerResponse;Landroid/…561 …IAccountManager$Stub$Proxy;->copyAccountToUser(Landroid/accounts/IAccountManagerResponse;Landroid/…563 …ts/IAccountManager$Stub$Proxy;->editProperties(Landroid/accounts/IAccountManagerResponse;Ljava/lan…564 …ccountManager$Stub$Proxy;->finishSessionAsUser(Landroid/accounts/IAccountManagerResponse;Landroid/…565 …nager$Stub$Proxy;->getAccountByTypeAndFeatures(Landroid/accounts/IAccountManagerResponse;Ljava/lan…[all …]
102 …unts/IAccountManager$Stub$Proxy;->getAuthToken(Landroid/accounts/IAccountManagerResponse;Landroid/…104 …ounts/IAccountManager$Stub$Proxy;->hasFeatures(Landroid/accounts/IAccountManagerResponse;Landroid/…111 HPLandroid/accounts/IAccountManagerResponse$Stub$Proxy;->asBinder()Landroid/os/IBinder;112 HPLandroid/accounts/IAccountManagerResponse$Stub$Proxy;->onResult(Landroid/os/Bundle;)V113 HSPLandroid/accounts/IAccountManagerResponse$Stub;->asBinder()Landroid/os/IBinder;114 HPLandroid/accounts/IAccountManagerResponse$Stub;->asInterface(Landroid/os/IBinder;)Landroid/accoun…115 HSPLandroid/accounts/IAccountManagerResponse$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parc…32073 Landroid/accounts/IAccountManagerResponse$Stub;32074 Landroid/accounts/IAccountManagerResponse;40738 …ountManager$Stub$Proxy;->getAccountsByFeatures(Landroid/accounts/IAccountManagerResponse;Ljava/lan…[all …]
36 import android.accounts.IAccountManagerResponse;112 @Mock private IAccountManagerResponse mMockAccountManagerResponse;3350 class Response extends IAccountManagerResponse.Stub {3352 private IAccountManagerResponse mMockResponse;3353 public Response(CountDownLatch latch, IAccountManagerResponse mockResponse) { in Response()
2235 …er/accounts/AccountManagerService$UserAccounts;Landroid/accounts/IAccountManagerResponse;Ljava/lan…2242 …er/accounts/AccountManagerService$UserAccounts;Landroid/accounts/IAccountManagerResponse;Ljava/lan…2260 …er/accounts/AccountManagerService$UserAccounts;Landroid/accounts/IAccountManagerResponse;Ljava/lan…2261 …er/accounts/AccountManagerService$UserAccounts;Landroid/accounts/IAccountManagerResponse;Ljava/lan…2268 …nts/AccountManagerService$Session;->getResponseAndClose()Landroid/accounts/IAccountManagerResponse;2303 …/AccountManagerService;->getAccountsByFeatures(Landroid/accounts/IAccountManagerResponse;Ljava/lan…2308 …/accounts/AccountManagerService;->getAuthToken(Landroid/accounts/IAccountManagerResponse;Landroid/…2333 …r/accounts/AccountManagerService;->hasFeatures(Landroid/accounts/IAccountManagerResponse;Landroid/…2347 …rver/accounts/AccountManagerService;->onResult(Landroid/accounts/IAccountManagerResponse;Landroid/…2364 …accounts/AccountManagerService;->removeAccount(Landroid/accounts/IAccountManagerResponse;Landroid/…[all …]