Home
last modified time | relevance | path

Searched refs:AccountKey (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java597 final HashSet<AccountKey> accountsSeen = new HashSet<>(); in loadGroupMetaData()
602 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet); in loadGroupMetaData()
971 private static class AccountKey { class in ContactLoader
977 public AccountKey(String accountName, String accountType, String dataSet) { in AccountKey() method in ContactLoader.AccountKey
990 if (!(obj instanceof AccountKey)) { in equals()
993 final AccountKey other = (AccountKey) obj; in equals()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java738 static private class AccountKey { class in ContactLoader
743 public AccountKey(String accountName, String accountType, String dataSet) { in AccountKey() method in ContactLoader.AccountKey
756 if (!(obj instanceof AccountKey)) { in equals()
759 final AccountKey other = (AccountKey) obj; in equals()
773 final HashSet<AccountKey> accountsSeen = new HashSet<>(); in loadGroupMetaData()
778 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet); in loadGroupMetaData()