Searched refs:mAccountTypes (Results 1 – 6 of 6) sorted by relevance
39 private MockAccountTypeManager mAccountTypes; field in ContactEditorUtilsTest65 mAccountTypes = new MockAccountTypeManager(new AccountType[] {}, in setUp()67 mTarget = new ContactEditorUtils(getContext(), mAccountTypes); in setUp()74 mAccountTypes.mTypes = types; in setAccountTypes()78 mAccountTypes.mAccounts = accounts; in setAccounts()126 mAccountTypes.mAccounts = new AccountWithDataSet[]{}; in testSaveDefaultAndAllAccounts()130 Sets.newHashSet(mAccountTypes.mAccounts), in testSaveDefaultAndAllAccounts()134 mAccountTypes.mAccounts = new AccountWithDataSet[]{ACCOUNT_1_A}; in testSaveDefaultAndAllAccounts()138 Sets.newHashSet(mAccountTypes.mAccounts), in testSaveDefaultAndAllAccounts()142 mAccountTypes.mAccounts = new AccountWithDataSet[]{ACCOUNT_1_A, ACCOUNT_1_B}; in testSaveDefaultAndAllAccounts()[all …]
42 private final AccountTypeManager mAccountTypes; field in AccountsListAdapter66 mAccountTypes = AccountTypeManager.getInstance(context); in AccountsListAdapter()79 return new ArrayList<AccountWithDataSet>(mAccountTypes.getGroupWritableAccounts()); in getAccounts()81 return new ArrayList<AccountWithDataSet>(mAccountTypes.getAccounts( in getAccounts()100 final AccountType accountType = mAccountTypes.getAccountType(account.type, account.dataSet); in getView()
56 private final AccountTypeManager mAccountTypes; field in ContactEditorUtils69 mAccountTypes = accountTypes; in ContactEditorUtils()103 return mAccountTypes.getAccounts(true); in getWritableAccounts()248 for (AccountType type : mAccountTypes.getAccountTypes(true)) { in getWritableAccountTypeStrings()
224 private final AccountTypeManager mAccountTypes; field in AccountFilterActivity.FilterListAdapter233 mAccountTypes = AccountTypeManager.getInstance(context); in FilterListAdapter()262 view.bindView(mAccountTypes); in getView()
548 private AccountTypeManager mAccountTypes; field in CustomContactListFilterActivity.DisplayAdapter556 mAccountTypes = AccountTypeManager.getInstance(context); in DisplayAdapter()585 final AccountType accountType = mAccountTypes.getAccountType( in getGroupView()
75 private AccountTypeManager mAccountTypes; field in SplitAggregateView92 mAccountTypes = AccountTypeManager.getInstance(context); in SplitAggregateView()254 AccountType accountType = mAccountTypes.getAccountType(info.accountType, info.dataSet); in getView()