Home
last modified time | relevance | path

Searched refs:mMimeTypeIdStructuredName (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java986 private long mMimeTypeIdStructuredName; field in ContactsDatabaseHelper
1109 mMimeTypeIdStructuredName = lookupMimeTypeId(StructuredName.CONTENT_ITEM_TYPE, db); in initializeCache()
3921 new String[] {String.valueOf(mMimeTypeIdStructuredName)}); in upgradeToVersion504()
5105 return mMimeTypeIdStructuredName; in getMimeTypeIdForStructuredName()
5140 if (mimeTypeId == mMimeTypeIdStructuredName) { in getDisplayNameSourceForMimeTypeId()