Searched refs:getContactId (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactAggregator.java | 1336 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()
|
D | ContactMatcher.java | 180 public long getContactId() { in getContactId() method in ContactMatcher.MatchScore
|
D | ContactsProvider2.java | 1548 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()
|
D | ContactsDatabaseHelper.java | 1572 public long getContactId(long rawContactId) { in getContactId() method in ContactsDatabaseHelper
|
D | LegacyApiSupport.java | 1146 long contactId = mDbHelper.getContactId(rawContactId); in updateContactTime()
|
/packages/apps/IM/src/com/android/im/provider/ |
D | ImpsProvider.java | 2120 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()
|