Searched defs:mimeTypeId (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandler.java | 125 final long mimeTypeId = getMimeTypeId(); in insert() local 261 final long mimeTypeId = getMimeTypeId(); in handlePrimaryAndSuperPrimary() local 336 long mimeTypeId = getMimeTypeId(); in fixPrimary() local
|
D | ContactsDatabaseHelper.java | 2865 final long mimeTypeId = lookupMimeTypeId(db, StructuredName.CONTENT_ITEM_TYPE); in insertStructuredNameLookup() local 2887 final long mimeTypeId = lookupMimeTypeId(db, Email.CONTENT_ITEM_TYPE); in insertEmailLookup() local 2909 final long mimeTypeId = lookupMimeTypeId(db, Nickname.CONTENT_ITEM_TYPE); in insertNicknameLookup() local 3384 final long mimeTypeId = lookupMimeTypeId(db, in upgradeToVersion1110() local 4037 private int getDisplayNameSourceForMimeTypeId(int mimeTypeId) { in getDisplayNameSourceForMimeTypeId() 5674 public void setIsPrimary(long rawContactId, long dataId, long mimeTypeId) { in setIsPrimary() 5690 public void clearSuperPrimary(long rawContactId, long mimeTypeId) { in clearSuperPrimary() 5707 public void setIsSuperPrimary(long rawContactId, long dataId, long mimeTypeId) { in setIsSuperPrimary() 5787 public boolean rawContactHasSuperPrimary(long rawContactId, long mimeTypeId) { in rawContactHasSuperPrimary()
|