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

  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockAccountTypeManager.java 81 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) {
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 151 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) {
204 public abstract AccountInfo getAccountInfoForAccount(AccountWithDataSet account);
310 return exists(account) && getAccountInfoForAccount(account).getType().areContactsWritable();
579 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
PickRawContactDialogFragment.java 117 AccountTypeManager.getInstance(getContext()).getAccountInfoForAccount(
RawContactEditorView.java 754 ? accountTypeManager.getAccountInfoForAccount(
756 : accountTypeManager.getAccountInfoForAccount(mPrimaryAccount);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountFilterUtil.java 234 .getAccountInfoForAccount(filter.toAccountWithDataSet());

Completed in 2304 milliseconds