Home
last modified time | relevance | path

Searched refs:setAccounts (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DContactEditorUtilsTest.java77 private void setAccounts(AccountWithDataSet... accounts) { in setAccounts() method in ContactEditorUtilsTest
185 setAccounts(ACCOUNT_1_A); in testShouldShowAccountChangedNotification_0Accounts()
196 setAccounts(ACCOUNT_1_A, ACCOUNT_1_B); in testShouldShowAccountChangedNotification_0Accounts()
212 setAccounts(ACCOUNT_1_A, ACCOUNT_1_B, ACCOUNT_2_A, ACCOUNT_2EX_A); in testShouldShowAccountChangedNotification_0Accounts()
225 setAccounts(ACCOUNT_1_A, ACCOUNT_1_B, ACCOUNT_2_A); in testShouldShowAccountChangedNotification_0Accounts()
232 setAccounts(ACCOUNT_1_A, ACCOUNT_1_B); in testShouldShowAccountChangedNotification_0Accounts()
244 setAccounts(ACCOUNT_1_A); in testShouldShowAccountChangedNotification_1Account()
281 setAccounts(ACCOUNT_1_A); in testShouldShowAccountChangedNotification_sanity_check()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java1296 mAccountsAdapter.setAccounts(buildAccountListDrawerItems()); in rebuildAccountList()
1299 mMiniDrawerAccountsAdapter.setAccounts(getAllAccounts(), mCurrentAccount); in rebuildAccountList()
1312 public void setAccounts(List<DrawerItem> accounts) { in setAccounts() method in FolderListFragment.AccountsAdapter
1529 mMiniDrawerAccountsAdapter.setAccounts(getAllAccounts(), mCurrentAccount); in setSelectedAccount()
1629 public void setAccounts(Account[] accounts, Account currentAccount) { in setAccounts() method in FolderListFragment.MiniDrawerAccountsAdapter
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java227 mAdapter.setAccounts(data); in onLoadFinished()
232 mAdapter.setAccounts(null); in onLoaderReset()
559 public void setAccounts(AccountSet accounts) { in setAccounts() method in CustomContactListFilterActivity.DisplayAdapter
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactDirectoryManagerTest.java428 mActor.setAccounts(accounts); in testAccountRemoval()
442 mActor.setAccounts(accounts); in testAccountRemoval()
DContactsActor.java674 public void setAccounts(Account[] accounts) { in setAccounts() method in ContactsActor
DContactsProvider2Test.java6308 mActor.setAccounts(new Account[]{mAccount, mAccountTwo}); in testAccountsUpdated()
6323 mActor.setAccounts(new Account[]{mAccount}); in testAccountsUpdated()
6333 mActor.setAccounts(new Account[]{readOnlyAccount, mAccount}); in testAccountDeletion()
6358 mActor.setAccounts(new Account[]{readOnlyAccount}); in testAccountDeletion()
6377 mActor.setAccounts(new Account[]{doomedAccount, safeAccount}); in testStreamItemsCleanedUpOnAccountRemoval()
6398 mActor.setAccounts(new Account[]{safeAccount}); in testStreamItemsCleanedUpOnAccountRemoval()
7474 mActor.setAccounts(new Account[]{TestUtil.ACCOUNT_1}); in testProviderStatusWithAccounts()
7477 mActor.setAccounts(new Account[0]); in testProviderStatusWithAccounts()