Searched refs:removeAccountAsUser (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | IAccountManager.aidl | 50 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() method
|
D | AccountManager.java | 1234 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/ |
D | AccountManagerServiceTest.java | 1324 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/ |
D | AccountManagerService.java | 2104 removeAccountAsUser( in removeAccount() 2112 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser() method in AccountManagerService
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 12503 HSPLandroid/accounts/IAccountManager;->removeAccountAsUser(Landroid/accounts/IAccountManagerRespons…
|