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