Searched refs:accountToRemove (Results 1 – 3 of 3) sorted by relevance
38 Context context, Account accountToRemove, Utils utils, in RemoveAccountAsyncTask() argument41 this.mAccountToRemove = checkNotNull(accountToRemove); in RemoveAccountAsyncTask()
409 public void removeAccountAsync(Context context, Account accountToRemove, in removeAccountAsync() argument411 new RemoveAccountAsyncTask(context, accountToRemove, this, callback).execute(); in removeAccountAsync()
112 for (Account accountToRemove : accountsToRemove) { in updateState()113 preferenceGroup.removePreference(mAccountPreferenceMap.get(accountToRemove)); in updateState()