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.java1411 int contactPinned = Integer.MAX_VALUE; in computeAggregateData() local
1472 contactPinned = Math.min(contactPinned, rawContactPinned); in computeAggregateData()
1515 if (contactPinned == Integer.MAX_VALUE) { in computeAggregateData()
1516 contactPinned = PinnedPositions.UNPINNED; in computeAggregateData()
1545 contactPinned); in computeAggregateData()