Searched refs:setIsPrimary (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java116 mDbHelper.setIsPrimary(rawContactId, dataId, mimeTypeId);
217 mDbHelper.setIsPrimary(rawContactId, -1, mimeTypeId);
232 mDbHelper.setIsPrimary(rawContactId, dataId, mimeTypeId);
240 mDbHelper.setIsPrimary(rawContactId, dataId, mimeTypeId);
291 mDbHelper.setIsPrimary(rawContactId, primaryId, mimeTypeId);
H A DContactsDatabaseHelper.java4780 public void setIsPrimary(long rawContactId, long dataId, long mimeTypeId) { method in class:ContactsDatabaseHelper

Completed in 12 milliseconds