Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java749 final String identityType = String.valueOf(mMimeTypeIdIdentity); in buildIdentityMatchingSql() local
757 " WHERE d1." + DataColumns.MIMETYPE_ID + " = " + identityType + in buildIdentityMatchingSql()
758 " AND d2." + DataColumns.MIMETYPE_ID + " = " + identityType + in buildIdentityMatchingSql()