Home
last modified time | relevance | path

Searched refs:removeAccount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl37 void removeAccount(in IAccountManagerResponse response, in Account account); in removeAccount() method
DAccountManager.java535 public AccountManagerFuture<Boolean> removeAccount(final Account account,
540 mService.removeAccount(mResponse, account);
DAccountManagerService.java519 public void removeAccount(IAccountManagerResponse response, Account account) { in removeAccount() method in AccountManagerService
565 removeAccount(mAccount); in onResult()
582 private void removeAccount(Account account) { in removeAccount() method in AccountManagerService
/frameworks/base/core/tests/coretests/src/android/accounts/
DAccountManagerServiceTest.java88 ams.removeAccount(null, a21); in testCheckAddAccount()