Home
last modified time | relevance | path

Searched defs:removeAccount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAccountManager.java276 public AccountManagerFuture<Boolean> removeAccount(final Account account, in removeAccount() method in AccountManager
DIAccountManager.aidl36 void removeAccount(in IAccountManagerResponse response, in Account account); in removeAccount() method
DAccountManagerService.java423 public void removeAccount(IAccountManagerResponse response, Account account) { in removeAccount() method in AccountManagerService
471 private void removeAccount(Account account) { in removeAccount() method in AccountManagerService