HomeSort by relevance Sort by last modified time
    Searched refs:currentRawContactId (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 383 long currentRawContactId = -1;
387 if (rawContactId != currentRawContactId) {
400 currentRawContactId = rawContactId;
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 480 long currentRawContactId = -1;
488 if (rawContactId != currentRawContactId) {
491 currentRawContactId = rawContactId;
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 292 long currentRawContactId = -1;
298 if (rawContactId != currentRawContactId) {
301 currentRawContactId = rawContactId;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java     [all...]

Completed in 512 milliseconds