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 | 1333 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/ |
D | AccountManagerService.java | 2102 removeAccountAsUser( in removeAccount() 2110 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser() method in AccountManagerService
|
/frameworks/base/services/ |
D | art-profile | 2365 PLcom/android/server/accounts/AccountManagerService;->removeAccountAsUser(Landroid/accounts/IAccoun…
|