HomeSort by relevance Sort by last modified time
    Searched refs:getAccountTypeAndDataSet (Results 1 - 4 of 4) sorted by null

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
AccountTypeManagerTest.java 139 result.put(type.getAccountTypeAndDataSet(), type);
167 assertTrue("Result doesn't contain type=" + type.getAccountTypeAndDataSet(),
168 result.containsKey(type.getAccountTypeAndDataSet()));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java 232 public AccountTypeWithDataSet getAccountTypeAndDataSet() {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 545 accountTypesByTypeAndDataSet.put(accountType.getAccountTypeAndDataSet(), accountType);
    [all...]
RawContactModifier.java 710 + accountType.getAccountTypeAndDataSet() + ". Ignoring: " + values);
    [all...]

Completed in 205 milliseconds