Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1029 final String matchingOperator = (isIdentityMatching) ? "=" : "!="; in buildIdentityMatchingSql() local
1033 " ON (d1." + Identity.IDENTITY + matchingOperator + in buildIdentityMatchingSql()