Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl50 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() method
DAccountManager.java1234 public AccountManagerFuture<Boolean> removeAccountAsUser(final Account account,
1242 mService.removeAccountAsUser(mResponse, account, false, userHandle.getIdentifier());
1258 public AccountManagerFuture<Bundle> removeAccountAsUser(final Account account,
1268 mService.removeAccountAsUser(mResponse, account, activity != null,
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java1333 mAms.removeAccountAsUser( in testRemoveAccountAsUserWithNullResponse()
1348 mAms.removeAccountAsUser( in testRemoveAccountAsUserWithNullAccount()
1367 mAms.removeAccountAsUser( in testRemoveAccountAsUserAccountNotManagedByCaller()
1388 mAms.removeAccountAsUser( in testRemoveAccountAsUserUserCannotModifyAccount()
1410 mAms.removeAccountAsUser( in testRemoveAccountAsUserUserCannotModifyAccountType()
1435 mAms.removeAccountAsUser( in testRemoveAccountAsUserRemovalAllowed()
1457 mAms.removeAccountAsUser( in testRemoveAccountAsUserRemovalNotAllowed()
1484 mAms.removeAccountAsUser( in testRemoveAccountAsUserReturnWithValidIntent()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2102 removeAccountAsUser( in removeAccount()
2110 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser() method in AccountManagerService
/frameworks/base/services/
Dart-profile2365 PLcom/android/server/accounts/AccountManagerService;->removeAccountAsUser(Landroid/accounts/IAccoun…