Searched refs:AccountKey (Results 1 – 2 of 2) sorted by relevance
597 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 ContactLoader977 public AccountKey(String accountName, String accountType, String dataSet) { in AccountKey() method in ContactLoader.AccountKey990 if (!(obj instanceof AccountKey)) { in equals()993 final AccountKey other = (AccountKey) obj; in equals()
738 static private class AccountKey { class in ContactLoader743 public AccountKey(String accountName, String accountType, String dataSet) { in AccountKey() method in ContactLoader.AccountKey756 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()