Searched refs:removeAccountAsUser (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | IAccountManager.aidl | 42 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() method
|
D | AccountManager.java | 826 public AccountManagerFuture<Boolean> removeAccountAsUser(final Account account, 833 mService.removeAccountAsUser(mResponse, account, false, userHandle.getIdentifier()); 848 public AccountManagerFuture<Bundle> removeAccountAsUser(final Account account, 857 mService.removeAccountAsUser(mResponse, account, activity != null,
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 1103 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser() method in AccountManagerService
|