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 41 private MockAccountTypeManager mAccountTypes;
67 mAccountTypes = new MockAccountTypeManager(new AccountType[] {},
69 mTarget = new ContactEditorUtils(getContext(), mAccountTypes);
76 mAccountTypes.mTypes = types;
80 mAccountTypes.mAccounts = accounts;
128 mAccountTypes.mAccounts = new AccountWithDataSet[]{};
132 Sets.newHashSet(mAccountTypes.mAccounts),
136 mAccountTypes.mAccounts = new AccountWithDataSet[]{ACCOUNT_1_A};
140 Sets.newHashSet(mAccountTypes.mAccounts),
144 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 57 private final AccountTypeManager mAccountTypes;
67 mAccountTypes = accountTypes;
95 return mAccountTypes.getAccounts(true);
240 for (AccountType type : mAccountTypes.getAccountTypes(true)) {
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 78 private AccountTypeManager mAccountTypes;
95 mAccountTypes = AccountTypeManager.getInstance(context);
254 AccountType accountType = mAccountTypes.getAccountType(info.accountType, info.dataSet);
  /packages/apps/Contacts/src/com/android/contacts/list/
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/detail/
ContactDetailFragment.java     [all...]

Completed in 1647 milliseconds