Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DAccountManager.java1187 return removeAccountAsUser(account, callback, handler, mContext.getUser());
1234 return removeAccountAsUser(account, activity, callback, handler, mContext.getUser());
1245 public AccountManagerFuture<Boolean> removeAccountAsUser(final Account account,
1253 mService.removeAccountAsUser(mResponse, account, false, userHandle.getIdentifier());
1269 public AccountManagerFuture<Bundle> removeAccountAsUser(final Account account,
1279 mService.removeAccountAsUser(mResponse, account, activity != null,
DIAccountManager.aidl47 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() method
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java1335 mAms.removeAccountAsUser( in testRemoveAccountAsUserWithNullResponse()
1350 mAms.removeAccountAsUser( in testRemoveAccountAsUserWithNullAccount()
1369 mAms.removeAccountAsUser( in testRemoveAccountAsUserAccountNotManagedByCaller()
1390 mAms.removeAccountAsUser( in testRemoveAccountAsUserUserCannotModifyAccount()
1412 mAms.removeAccountAsUser( in testRemoveAccountAsUserUserCannotModifyAccountType()
1437 mAms.removeAccountAsUser( in testRemoveAccountAsUserRemovalAllowed()
1459 mAms.removeAccountAsUser( in testRemoveAccountAsUserRemovalNotAllowed()
1486 mAms.removeAccountAsUser( in testRemoveAccountAsUserReturnWithValidIntent()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2133 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser() method in AccountManagerService
/frameworks/base/services/
Dart-profile5267 HPLcom/android/server/accounts/AccountManagerService;->removeAccountAsUser(Landroid/accounts/IAccou…