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

  /packages/apps/Contacts/src/com/android/contacts/database/
SimContactDao.java 104 public abstract Map<AccountWithDataSet, Set<SimContact>> findAccountsOfExistingSimContacts(
SimContactDaoImpl.java 188 public Map<AccountWithDataSet, Set<SimContact>> findAccountsOfExistingSimContacts(
192 findAccountsOfExistingSimContacts(
199 private void findAccountsOfExistingSimContacts(List<SimContact> contacts,
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
FakeSimContactDao.java 93 public Map<AccountWithDataSet, Set<SimContact>> findAccountsOfExistingSimContacts(
  /packages/apps/Contacts/tests/src/com/android/contacts/database/
SimContactDaoTests.java 274 * Tests for {@link SimContactDao#findAccountsOfExistingSimContacts(List)}
342 .findAccountsOfExistingSimContacts(contacts);
374 .findAccountsOfExistingSimContacts(contacts);
418 .findAccountsOfExistingSimContacts(contacts);
452 .findAccountsOfExistingSimContacts(contacts);
486 .findAccountsOfExistingSimContacts(contacts);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SimImportFragment.java 492 result.accountsMap = mDao.findAccountsOfExistingSimContacts(result.contacts);

Completed in 485 milliseconds