Searched defs:mMimeTypeIdStructuredName (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java740 private long mMimeTypeIdStructuredName; field in class:ContactsDatabaseHelper
859 mMimeTypeIdStructuredName = lookupMimeTypeId(StructuredName.CONTENT_ITEM_TYPE, db);
3620 new String[]{ String.valueOf(mMimeTypeIdStructuredName) });
4419 return mMimeTypeIdStructuredName;
4447 if (mimeTypeId == mMimeTypeIdStructuredName) {

Completed in 48 milliseconds