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/
DAbstractContactAggregator.java1402 int contactPinned = Integer.MAX_VALUE; in computeAggregateData() local
1463 contactPinned = Math.min(contactPinned, rawContactPinned); in computeAggregateData()
1506 if (contactPinned == Integer.MAX_VALUE) { in computeAggregateData()
1507 contactPinned = PinnedPositions.UNPINNED; in computeAggregateData()
1536 contactPinned); in computeAggregateData()