Searched refs:removeAccountAsUser (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AccountManager.java | 1187 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,
|
D | IAccountManager.aidl | 47 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() method
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 1335 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/ |
D | AccountManagerService.java | 2133 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser() method in AccountManagerService
|
/frameworks/base/services/ |
D | art-profile | 5267 HPLcom/android/server/accounts/AccountManagerService;->removeAccountAsUser(Landroid/accounts/IAccou…
|