Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandler.java338 long primaryId = -1; in fixPrimary() local
351 primaryId = dataId; in fixPrimary()
358 if (primaryId != -1) { in fixPrimary()
359 mDbHelper.setIsPrimary(rawContactId, primaryId, mimeTypeId); in fixPrimary()