Searched defs:removeAccount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java513 public AccountManagerFuture<Boolean> removeAccount(final Account account, method in class:AccountManager
518 mService.removeAccount(mResponse, account);
H A DAccountManagerService.java518 public void removeAccount(IAccountManagerResponse response, Account account) { method in class:AccountManagerService
539 return super.toDebugString(now) + ", removeAccount"
552 removeAccount(mAccount);
569 private void removeAccount(Account account) { method in class:AccountManagerService

Completed in 109 milliseconds