Searched refs:setAccounts (Results 1 – 12 of 12) sorted by relevance
61 setAccounts(accounts, currentAccount); in AccountsListAdapter()64 public void setAccounts(List<AccountInfo> accounts, AccountWithDataSet currentAccount) { in setAccounts() method in AccountsListAdapter
102 mDrawerAdapter.setAccounts(new ArrayList<ContactListFilter>());104 mDrawerAdapter.setAccounts(data);
155 public void setAccounts(List<ContactListFilter> accountFilterItems) { in setAccounts() method in DrawerAdapter
155 mAccountsAdapter.setAccounts(accounts, null); in onAccountsLoaded()
100 public void setAccounts(List<AccountInfo> accounts) { in setAccounts() method in AccountHeaderPresenter
535 public void setAccounts(List<AccountInfo> accounts) { in setAccounts() method in RawContactEditorView
730 view.setAccounts(data); in onAccountsLoaded()
226 mAdapter.setAccounts(data);231 mAdapter.setAccounts(null);568 public void setAccounts(AccountSet accounts) {
512 mActor.setAccounts(accounts); in testAccountRemoval()526 mActor.setAccounts(accounts); in testAccountRemoval()
822 public void setAccounts(Account[] accounts) { in setAccounts() method in ContactsActor
6673 mActor.setAccounts(new Account[]{mAccount, mAccountTwo}); in testAccountsUpdated()6691 mActor.setAccounts(new Account[]{mAccount}); in testAccountsUpdated()6701 mActor.setAccounts(new Account[]{readOnlyAccount, mAccount}); in testAccountDeletion()6726 mActor.setAccounts(new Account[]{readOnlyAccount}); in testAccountDeletion()6745 mActor.setAccounts(new Account[]{doomedAccount, safeAccount}); in testStreamItemsCleanedUpOnAccountRemoval()6766 mActor.setAccounts(new Account[]{safeAccount}); in testStreamItemsCleanedUpOnAccountRemoval()8136 mActor.setAccounts(new Account[]{TestUtil.ACCOUNT_1}); in testProviderStatusWithAccounts()8139 mActor.setAccounts(new Account[0]); in testProviderStatusWithAccounts()9312 mActor.setAccounts(new Account[]{mAccount}); in testDefaultAccountSet_throwException()9359 mActor.setAccounts(new Account[]{mAccount}); in testDefaultAccountSetAndQuery()
252 mAccountHeaderPresenter.setAccounts(data.accounts); in onLoadFinished()