HomeSort by relevance Sort by last modified time
    Searched defs:AccountTypeWithDataSet (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountTypeWithDataSet.java 33 public class AccountTypeWithDataSet {
45 private AccountTypeWithDataSet(String accountType, String dataSet) {
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;
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
AccountTypeWithDataSet.java 29 public class AccountTypeWithDataSet {
44 private AccountTypeWithDataSet(String accountType, String dataSet) {
49 public static AccountTypeWithDataSet get(String accountType, String dataSet) {
50 return new AccountTypeWithDataSet(accountType, dataSet);
85 if (!(o instanceof AccountTypeWithDataSet)) {
89 AccountTypeWithDataSet other = (AccountTypeWithDataSet) o;

Completed in 88 milliseconds