HomeSort by relevance Sort by last modified time
    Searched refs:mAccountTypes (Results 1 - 7 of 7) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 39 private MockAccountTypeManager mAccountTypes;
65 mAccountTypes = new MockAccountTypeManager(new AccountType[] {},
67 mTarget = new ContactEditorUtils(getContext(), mAccountTypes);
74 mAccountTypes.mTypes = types;
78 mAccountTypes.mAccounts = accounts;
126 mAccountTypes.mAccounts = new AccountWithDataSet[]{};
130 Sets.newHashSet(mAccountTypes.mAccounts),
134 mAccountTypes.mAccounts = new AccountWithDataSet[]{ACCOUNT_1_A};
138 Sets.newHashSet(mAccountTypes.mAccounts),
142 mAccountTypes.mAccounts = new AccountWithDataSet[]{ACCOUNT_1_A, ACCOUNT_1_B}
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountsListAdapter.java 42 private final AccountTypeManager mAccountTypes;
65 mAccountTypes = AccountTypeManager.getInstance(context);
78 return new ArrayList<AccountWithDataSet>(mAccountTypes.getGroupWritableAccounts());
80 return new ArrayList<AccountWithDataSet>(mAccountTypes.getAccounts(
94 final AccountType accountType = mAccountTypes.getAccountType(account.type, account.dataSet);
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 58 private final AccountTypeManager mAccountTypes;
68 mAccountTypes = accountTypes;
98 return mAccountTypes.getAccounts(true);
243 for (AccountType type : mAccountTypes.getAccountTypes(true)) {
  /packages/apps/Contacts/src/com/android/contacts/list/
AccountFilterActivity.java 206 private final AccountTypeManager mAccountTypes;
215 mAccountTypes = AccountTypeManager.getInstance(context);
244 view.bindView(mAccountTypes);
CustomContactListFilterActivity.java 546 private AccountTypeManager mAccountTypes;
554 mAccountTypes = AccountTypeManager.getInstance(context);
583 final AccountType accountType = mAccountTypes.getAccountType(
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 75 private AccountTypeManager mAccountTypes;
92 mAccountTypes = AccountTypeManager.getInstance(context);
251 AccountType accountType = mAccountTypes.getAccountType(info.accountType, info.dataSet);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]

Completed in 758 milliseconds