Home | History | Annotate | Download | only in model

Lines Matching refs:rawContactId

489                 long rawContactId = cursor.getLong(ContactQuery.RAW_CONTACT_ID);
490 if (rawContactId != currentRawContactId) {
493 currentRawContactId = rawContactId;
932 final long rawContactId = rawContact.getId();
933 if (mNotifiedRawContactIds.contains(rawContactId)) {
936 mNotifiedRawContactIds.add(rawContactId);
941 final Uri uri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);