Home
last modified time | relevance | path

Searched refs:removeAccountAsUser (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl44 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() method
DAccountManager.java916 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/
DAccountManagerService.java1202 removeAccountAsUser( in removeAccount()
1210 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser() method in AccountManagerService