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.java500 long currentRawContactId = -1; in loadContactEntity() local
508 if (rawContactId != currentRawContactId) { in loadContactEntity()
511 currentRawContactId = rawContactId; in loadContactEntity()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1387 long currentRawContactId = -1; in computeAggregateData() local
1409 if (rawContactId != currentRawContactId) { in computeAggregateData()
1410 currentRawContactId = rawContactId; in computeAggregateData()