Home | History | Annotate | Download | only in contacts

Lines Matching refs:rawContactId

206             final long rawContactId = ContentUris.parseId(data);
208 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId));
729 long rawContactId = c.getLong(0);
730 setAggregationException(rawContactId, AggregationExceptions.TYPE_KEEP_TOGETHER);
744 protected void setAggregationException(long rawContactId, int exceptionType) {
747 if (aRawContactId != rawContactId) {
749 values.put(AggregationExceptions.RAW_CONTACT_ID2, rawContactId);
884 final long rawContactId = entValues.getAsLong(RawContacts._ID);
890 if (!mRawContactIds.contains(rawContactId)) {
891 mRawContactIds.add(rawContactId);
899 mWritableRawContactIds.add(rawContactId);
905 entryValues.put(Data.RAW_CONTACT_ID, rawContactId);
916 rawContactId, dataId, entryValues);
958 imMime, imKind, rawContactId, dataId, entryValues);
984 final boolean isNameRawContact = (mNameRawContactId == rawContactId);
1003 final boolean isNameRawContact = (mNameRawContactId == rawContactId);
1109 long rawContactId, long dataId, ContentValues values) {
1112 entry.contactId = rawContactId;