Home
last modified time | relevance | path

Searched refs:getContactId (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactAggregator.java1336 long contactId = mDbHelper.getContactId(rawContactId); in updatePhotoId()
1399 long contactId = mDbHelper.getContactId(rawContactId); in updateDisplayName()
1448 long contactId = mDbHelper.getContactId(rawContactId); in updateHasPhoneNumber()
1474 long contactId = mDbHelper.getContactId(rawContactId); in updateLookupKey()
1508 long contactId = mDbHelper.getContactId(rawContactId); in updateStarred()
1544 sb.append(matchScore.getContactId()); in queryMatchingContacts()
1568 long id = iter.next().getContactId(); in queryMatchingContacts()
1588 sb.append(matchScore.getContactId()); in queryMatchingContacts()
1598 sortedContactIds.add(matchScore.getContactId()); in queryMatchingContacts()
1606 long id = bestMatches.get(i).getContactId(); in queryMatchingContacts()
DContactMatcher.java180 public long getContactId() { in getContactId() method in ContactMatcher.MatchScore
DContactsProvider2.java1548 long contactId = mDbHelper.getContactId(rawContactId); in updateVisibility()
2253 long contactId = mDbHelper.getContactId(rawContactId); in triggerAggregation()
2262 long contactId = mDbHelper.getContactId(rawContactId); in triggerAggregation()
3222 long contactId1 = mDbHelper.getContactId(rawContactId1); in updateAggregationException()
3225 long contactId2 = mDbHelper.getContactId(rawContactId2); in updateAggregationException()
DContactsDatabaseHelper.java1572 public long getContactId(long rawContactId) { in getContactId() method in ContactsDatabaseHelper
DLegacyApiSupport.java1146 long contactId = mDbHelper.getContactId(rawContactId); in updateContactTime()
/packages/apps/IM/src/com/android/im/provider/
DImpsProvider.java2120 initialValues.put(Imps.Messages.THREAD_ID, getContactId(db, accountStr, contact)); in insertInternal()
2156 initialValues.put(Imps.Messages.THREAD_ID, getContactId(db, accountStr2, contact)); in insertInternal()
2360 private long getContactId(final SQLiteDatabase db, in getContactId() method in ImpsProvider
2687 getContactId(db, accountStr, contact)); in deleteInternal()
2749 getContactId(db, accountStr, contact)); in deleteInternal()
3092 getContactId(db, accountStr, contact)); in updateInternal()
3133 getContactId(db, accountStr, contact)); in updateInternal()