Searched defs:AccountTypeWithDataSet (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DAccountTypeWithDataSet.java33 public class AccountTypeWithDataSet { class
45 private AccountTypeWithDataSet(String accountType, String dataSet) { method in class:AccountTypeWithDataSet
50 public static AccountTypeWithDataSet get(String accountType, String dataSet) {
51 return new AccountTypeWithDataSet(accountType, dataSet);
82 if (!(o instanceof AccountTypeWithDataSet)) return false;
84 AccountTypeWithDataSet other = (AccountTypeWithDataSet) o;

Completed in 857 milliseconds