Searched refs:removeAccount (Results 1 – 4 of 4) sorted by relevance
37 void removeAccount(in IAccountManagerResponse response, in Account account); in removeAccount() method
535 public AccountManagerFuture<Boolean> removeAccount(final Account account,540 mService.removeAccount(mResponse, account);
519 public void removeAccount(IAccountManagerResponse response, Account account) { in removeAccount() method in AccountManagerService565 removeAccount(mAccount); in onResult()582 private void removeAccount(Account account) { in removeAccount() method in AccountManagerService
88 ams.removeAccount(null, a21); in testCheckAddAccount()