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.java778 static private class AccountKey { class in ContactLoader
783 public AccountKey(String accountName, String accountType, String dataSet) { in AccountKey() method in ContactLoader.AccountKey
796 if (!(obj instanceof AccountKey)) { in equals()
799 final AccountKey other = (AccountKey) obj; in equals()
813 final HashSet<AccountKey> accountsSeen = new HashSet<>(); in loadGroupMetaData()
818 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet); in loadGroupMetaData()