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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java122 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId);
130 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId);
231 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId);
238 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId);
H A DContactsDatabaseHelper.java4817 public void setIsSuperPrimary(long rawContactId, long dataId, long mimeTypeId) { method in class:ContactsDatabaseHelper

Completed in 14 milliseconds