Home
last modified time | relevance | path

Searched defs:accountTypeWithDataSet (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLookupKey.java57 public static int getAccountHashCode(String accountTypeWithDataSet, String accountName) { in getAccountHashCode()
65 public static void appendToLookupKey(StringBuilder lookupKey, String accountTypeWithDataSet, in appendToLookupKey()
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockAccountTypeManager.java45 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { in getAccountType()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DProfileAggregator.java53 protected void appendLookupKey(StringBuilder sb, String accountTypeWithDataSet, in appendLookupKey()
DAbstractContactAggregator.java1546 protected void appendLookupKey(StringBuilder sb, String accountTypeWithDataSet, in appendLookupKey()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java123 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet); in getAccountType()
615 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { in getAccountType()
675 AccountTypeWithDataSet accountTypeWithDataSet = account.getAccountTypeWithDataSet(); in findAllInvitableAccountTypes() local