Home
last modified time | relevance | path

Searched refs:getEntryCountByType (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java853 return getEntryCountByType(entries, kind.typeColumn, type) < max; in isTypeAllowed()
862 private static int getEntryCountByType(ArrayList<ValuesDelta> entries, String typeColumn, in getEntryCountByType() method in RawContactModifier