Searched refs:setAccounts (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/editor/ |
D | ContactEditorUtilsTest.java | 77 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/ |
D | FolderListFragment.java | 1296 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/ |
D | CustomContactListFilterActivity.java | 227 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/ |
D | ContactDirectoryManagerTest.java | 428 mActor.setAccounts(accounts); in testAccountRemoval() 442 mActor.setAccounts(accounts); in testAccountRemoval()
|
D | ContactsActor.java | 674 public void setAccounts(Account[] accounts) { in setAccounts() method in ContactsActor
|
D | ContactsProvider2Test.java | 6308 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()
|