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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 363 long currentContactId = -1;
366 if (contactId != currentContactId) {
367 if (currentContactId != -1) {
368 insertIndexRow(db, currentContactId, mIndexBuilder);
371 currentContactId = contactId;
381 if (currentContactId != -1) {
382 insertIndexRow(db, currentContactId, mIndexBuilder);
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 382 long currentContactId = -1;
386 if (contactId != currentContactId) {
393 currentContactId = contactId;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 717 long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates,
721 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
743 if (currentContactId == 0
744 || mDbHelper.isContactInDefaultDirectory(db, currentContactId)) {
751 if (contactId != -1 && contactId != currentContactId &&
761 // # of raw_contacts in the [currentContactId] contact excluding the [rawContactId]
765 if (currentContactId != 0) {
766 mRawContactCountQuery.bindLong(1, currentContactId);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 323 final long currentContactId = cursor.getLong(PhoneQuery.CONTACT_ID);
326 if (currentContactId == previousContactId) {
333 if (currentContactId == nextContactId) {

Completed in 53 milliseconds