Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java157 typeCount = getTypeFrequencies(state, kind); in getValidTypes()
190 private static SparseIntArray getTypeFrequencies(RawContactDelta state, DataKind kind) { in getTypeFrequencies() method in RawContactModifier
292 final SparseIntArray typeCount = getTypeFrequencies(state, kind); in getBestValidType()