Searched refs:removeAccountAsUser (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AccountManager.java | 1307 return removeAccountAsUser(account, callback, handler, mContext.getUser()); 1354 return removeAccountAsUser(account, activity, callback, handler, mContext.getUser()); 1365 public AccountManagerFuture<Boolean> removeAccountAsUser(final Account account, 1373 mService.removeAccountAsUser(mResponse, account, false, userHandle.getIdentifier()); 1389 public AccountManagerFuture<Bundle> removeAccountAsUser(final Account account, 1399 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 | 1347 mAms.removeAccountAsUser( in testRemoveAccountAsUserWithNullResponse() 1362 mAms.removeAccountAsUser( in testRemoveAccountAsUserWithNullAccount() 1381 mAms.removeAccountAsUser( in testRemoveAccountAsUserAccountNotManagedByCaller() 1402 mAms.removeAccountAsUser( in testRemoveAccountAsUserUserCannotModifyAccount() 1424 mAms.removeAccountAsUser( in testRemoveAccountAsUserUserCannotModifyAccountType() 1453 mAms.removeAccountAsUser( in testRemoveAccountAsUserRemovalAllowed() 1475 mAms.removeAccountAsUser( in testRemoveAccountAsUserRemovalNotAllowed() 1502 mAms.removeAccountAsUser( in testRemoveAccountAsUserReturnWithValidIntent()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 2201 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser() method in AccountManagerService
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 389 Landroid/accounts/AccountManager;->removeAccountAsUser(Landroid/accounts/Account;Landroid/accounts/… 390 Landroid/accounts/AccountManager;->removeAccountAsUser(Landroid/accounts/Account;Landroid/app/Activ… 591 Landroid/accounts/IAccountManager$Stub$Proxy;->removeAccountAsUser(Landroid/accounts/IAccountManage… 694 Landroid/accounts/IAccountManager;->removeAccountAsUser(Landroid/accounts/IAccountManagerResponse;L…
|
/frameworks/base/services/ |
D | art-profile | 5141 HPLcom/android/server/accounts/AccountManagerService;->removeAccountAsUser(Landroid/accounts/IAccou…
|