Searched refs:mCommonMimeTypeIdsCache (Results 1 – 2 of 2) sorted by relevance
217 assertEquals(mDbHelper.mCommonMimeTypeIdsCache.get(commonMimeType).longValue(), in testGetCommonMimeTypeIds()225 assertEquals(mDbHelper.mCommonMimeTypeIdsCache.get(commonMimeType).longValue(), in testGetCommonMimeTypeIds()
909 final ArrayMap<String, Long> mCommonMimeTypeIdsCache = new ArrayMap<>(); field in ContactsDatabaseHelper1071 mCommonMimeTypeIdsCache.clear(); in prepopulateCommonMimeTypes()1073 mCommonMimeTypeIdsCache.put(commonMimeType, insertMimeType(db, commonMimeType)); in prepopulateCommonMimeTypes()3482 Long id = mCommonMimeTypeIdsCache.get(mimeType); in lookupMimeTypeId()3857 if (mimeTypeId == mCommonMimeTypeIdsCache.get(StructuredName.CONTENT_ITEM_TYPE)) { in getDisplayNameSourceForMimeTypeId()3860 if (mimeTypeId == mCommonMimeTypeIdsCache.get(Email.CONTENT_ITEM_TYPE)) { in getDisplayNameSourceForMimeTypeId()3863 if (mimeTypeId == mCommonMimeTypeIdsCache.get(Phone.CONTENT_ITEM_TYPE)) { in getDisplayNameSourceForMimeTypeId()3866 if (mimeTypeId == mCommonMimeTypeIdsCache.get(Organization.CONTENT_ITEM_TYPE)) { in getDisplayNameSourceForMimeTypeId()3869 if (mimeTypeId == mCommonMimeTypeIdsCache.get(Nickname.CONTENT_ITEM_TYPE)) { in getDisplayNameSourceForMimeTypeId()