Searched defs:mimeTypeId (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandler.java | 126 final long mimeTypeId = getMimeTypeId(); in insert() local 262 final long mimeTypeId = getMimeTypeId(); in handlePrimaryAndSuperPrimary() local 337 long mimeTypeId = getMimeTypeId(); in fixPrimary() local
|
D | ContactsDatabaseHelper.java | 2866 final long mimeTypeId = lookupMimeTypeId(db, StructuredName.CONTENT_ITEM_TYPE); in insertStructuredNameLookup() local 2888 final long mimeTypeId = lookupMimeTypeId(db, Email.CONTENT_ITEM_TYPE); in insertEmailLookup() local 2910 final long mimeTypeId = lookupMimeTypeId(db, Nickname.CONTENT_ITEM_TYPE); in insertNicknameLookup() local 3385 final long mimeTypeId = lookupMimeTypeId(db, in upgradeToVersion1110() local 4038 private int getDisplayNameSourceForMimeTypeId(int mimeTypeId) { in getDisplayNameSourceForMimeTypeId() 5041 public void setIsPrimary(long rawContactId, long dataId, long mimeTypeId) { in setIsPrimary() 5057 public void clearSuperPrimary(long rawContactId, long mimeTypeId) { in clearSuperPrimary() 5074 public void setIsSuperPrimary(long rawContactId, long dataId, long mimeTypeId) { in setIsSuperPrimary() 5154 public boolean rawContactHasSuperPrimary(long rawContactId, long mimeTypeId) { in rawContactHasSuperPrimary()
|