HomeSort by relevance Sort by last modified time
    Searched refs:mAccountTypes (Results 1 - 6 of 6) 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/ContactsCommon/src/com/android/contacts/common/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/ContactsCommon/src/com/android/contacts/common/list/
AccountFilterActivity.java 204 private final AccountTypeManager mAccountTypes;
213 mAccountTypes = AccountTypeManager.getInstance(context);
242 view.bindView(mAccountTypes);
CustomContactListFilterActivity.java 545 private AccountTypeManager mAccountTypes;
553 mAccountTypes = AccountTypeManager.getInstance(context);
582 final AccountType accountType = mAccountTypes.getAccountType(
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 75 private AccountTypeManager mAccountTypes;
92 mAccountTypes = AccountTypeManager.getInstance(context);
254 AccountType accountType = mAccountTypes.getAccountType(info.accountType, info.dataSet);

Completed in 667 milliseconds