Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
H A DRemoveAccountPreferenceControllerTest.java192 verify(mAccountManager).removeAccountAsUser(eq(account), nullable(Activity.class), in confirmRemove_shouldRemoveAccount()
226 verify(mAccountManager).removeAccountAsUser(eq(account), nullable(Activity.class), in confirmRemove_activityGone_shouldSilentlyRemoveAccount()
/aosp12/frameworks/base/core/java/android/accounts/
H A DAccountManager.java1307 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,
H A DIAccountManager.aidl47 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() method
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountDetailsPreferenceController.java89 AccountManager.get(getContext()).removeAccountAsUser(getAccount(), /* activity= */ null,
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DRemoveAccountPreferenceController.java162 AccountManager.get(activity).removeAccountAsUser(mAccount, activity, in onClick()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java1347 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()
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2206 public void removeAccountAsUser(IAccountManagerResponse response, Account account, in removeAccountAsUser() method in AccountManagerService
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt389 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…
/aosp12/frameworks/base/services/
H A Dart-profile5141 HPLcom/android/server/accounts/AccountManagerService;->removeAccountAsUser(Landroid/accounts/IAccou…