Home
last modified time | relevance | path

Searched refs:accountToRemove (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DRemoveAccountAsyncTask.java38 Context context, Account accountToRemove, Utils utils, in RemoveAccountAsyncTask() argument
41 this.mAccountToRemove = checkNotNull(accountToRemove); in RemoveAccountAsyncTask()
DUtils.java409 public void removeAccountAsync(Context context, Account accountToRemove, in removeAccountAsync() argument
411 new RemoveAccountAsyncTask(context, accountToRemove, this, callback).execute(); in removeAccountAsync()
/packages/apps/Car/Settings/src/com/android/car/settings/system/
DMasterClearAccountsPreferenceController.java112 for (Account accountToRemove : accountsToRemove) { in updateState()
113 preferenceGroup.removePreference(mAccountPreferenceMap.get(accountToRemove)); in updateState()