Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java2126 int contactPinned = Integer.MAX_VALUE; in computeAggregateData() local
2187 contactPinned = Math.min(contactPinned, rawContactPinned); in computeAggregateData()
2230 if (contactPinned == Integer.MAX_VALUE) { in computeAggregateData()
2231 contactPinned = PinnedPositions.UNPINNED; in computeAggregateData()
2260 contactPinned); in computeAggregateData()