Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java383 long currentRawContactId = -1; in getSuggestions() local
387 if (rawContactId != currentRawContactId) { in getSuggestions()
400 currentRawContactId = rawContactId; in getSuggestions()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java470 long currentRawContactId = -1; in loadContactEntity() local
478 if (rawContactId != currentRawContactId) { in loadContactEntity()
481 currentRawContactId = rawContactId; in loadContactEntity()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java292 long currentRawContactId = -1; in loadContactEntity() local
298 if (rawContactId != currentRawContactId) { in loadContactEntity()
301 currentRawContactId = rawContactId; in loadContactEntity()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1399 long currentRawContactId = -1; in computeAggregateData() local
1421 if (rawContactId != currentRawContactId) { in computeAggregateData()
1422 currentRawContactId = rawContactId; in computeAggregateData()