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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java660 private long mMimeTypeIdStructuredName; field in class:ContactsDatabaseHelper
769 mMimeTypeIdStructuredName = lookupMimeTypeId(StructuredName.CONTENT_ITEM_TYPE, db);
3339 new String[]{ String.valueOf(mMimeTypeIdStructuredName) });
3886 return mMimeTypeIdStructuredName;
3914 if (mimeTypeId == mMimeTypeIdStructuredName) {

Completed in 57 milliseconds