Searched refs:getAccountTypeAndDataSet (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DAccountTypeManagerTest.java136 result.put(type.getAccountTypeAndDataSet(), type);
164 assertTrue("Result doesn't contain type=" + type.getAccountTypeAndDataSet(),
165 result.containsKey(type.getAccountTypeAndDataSet()));
/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountType.java198 public AccountTypeWithDataSet getAccountTypeAndDataSet() { method in class:AccountType
H A DAccountTypeManager.java539 accountTypesByTypeAndDataSet.put(accountType.getAccountTypeAndDataSet(), accountType);
H A DEntityModifier.java686 + accountType.getAccountTypeAndDataSet() + ". Ignoring: " + values);

Completed in 185 milliseconds