Searched defs:mimeTypeId (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandler.java | 122 final long mimeTypeId = getMimeTypeId(); in insert() local 263 final long mimeTypeId = getMimeTypeId(); in handlePrimaryAndSuperPrimary() local 339 long mimeTypeId = getMimeTypeId(); in fixPrimary() local
|
D | ContactsDatabaseHelper.java | 2846 final long mimeTypeId = lookupMimeTypeId(db, StructuredName.CONTENT_ITEM_TYPE); in insertStructuredNameLookup() local 2868 final long mimeTypeId = lookupMimeTypeId(db, Email.CONTENT_ITEM_TYPE); in insertEmailLookup() local 2890 final long mimeTypeId = lookupMimeTypeId(db, Nickname.CONTENT_ITEM_TYPE); in insertNicknameLookup() local 3376 final long mimeTypeId = lookupMimeTypeId(db, in upgradeToVersion1110() local 3926 private int getDisplayNameSourceForMimeTypeId(int mimeTypeId) { in getDisplayNameSourceForMimeTypeId() 4819 public void setIsPrimary(long rawContactId, long dataId, long mimeTypeId) { in setIsPrimary() 4835 public void clearSuperPrimary(long rawContactId, long mimeTypeId) { in clearSuperPrimary() 4852 public void setIsSuperPrimary(long rawContactId, long dataId, long mimeTypeId) { in setIsSuperPrimary() 4932 public boolean rawContactHasSuperPrimary(long rawContactId, long mimeTypeId) { in rawContactHasSuperPrimary()
|