Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java799 static private class AccountKey { class in ContactLoader
804 public AccountKey(String accountName, String accountType, String dataSet) { in AccountKey() method in ContactLoader.AccountKey
817 if (!(obj instanceof AccountKey)) { in equals()
820 final AccountKey other = (AccountKey) obj; in equals()
834 final HashSet<AccountKey> accountsSeen = new HashSet<>(); in loadGroupMetaData()
839 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet); in loadGroupMetaData()