Home
last modified time | relevance | path

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

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