Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java482 long currentRawContactId = -1; in loadContactEntity() local
490 if (rawContactId != currentRawContactId) { in loadContactEntity()
493 currentRawContactId = rawContactId; in loadContactEntity()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java2114 long currentRawContactId = -1; in computeAggregateData() local
2136 if (rawContactId != currentRawContactId) { in computeAggregateData()
2137 currentRawContactId = rawContactId; in computeAggregateData()