Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl50 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() method
DAccountManager.java1226 public AccountManagerFuture<Boolean> removeAccountAsUser(final Account account,
1234 mService.removeAccountAsUser(mResponse, account, false, userHandle.getIdentifier());
1250 public AccountManagerFuture<Bundle> removeAccountAsUser(final Account account,
1260 mService.removeAccountAsUser(mResponse, account, activity != null,
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java1324 mAms.removeAccountAsUser( in testRemoveAccountAsUserWithNullResponse()
1339 mAms.removeAccountAsUser( in testRemoveAccountAsUserWithNullAccount()
1356 mAms.removeAccountAsUser( in testRemoveAccountAsUserAccountNotManagedByCaller()
1377 mAms.removeAccountAsUser( in testRemoveAccountAsUserUserCannotModifyAccount()
1399 mAms.removeAccountAsUser( in testRemoveAccountAsUserUserCannotModifyAccountType()
1424 mAms.removeAccountAsUser( in testRemoveAccountAsUserRemovalAllowed()
1446 mAms.removeAccountAsUser( in testRemoveAccountAsUserRemovalNotAllowed()
1473 mAms.removeAccountAsUser( in testRemoveAccountAsUserReturnWithValidIntent()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2076 removeAccountAsUser( in removeAccount()
2084 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser() method in AccountManagerService