Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java654 int nameTypeB = c.getInt(NameLookupMatchQueryWithParameter.NAME_TYPE); in updateMatchScoresBasedOnNameMatches()
717 + "(" + NameLookupColumns.NAME_TYPE + " IN(" in lookupApproximateNameMatches()
738 NameLookupColumns.NAME_TYPE
745 int NAME_TYPE = 4; field
763 int nameType = c.getInt(ContactNameLookupQuery.NAME_TYPE); in matchAllCandidates()
991 "nameA." + NameLookupColumns.NAME_TYPE,
992 "nameB." + NameLookupColumns.NAME_TYPE,
1065 + " AND " + NameLookupColumns.NAME_TYPE + " = " + NameLookupType.NAME_EXACT;
DContactAggregator.java747 "nameA." + NameLookupColumns.NAME_TYPE,
748 "nameB." + NameLookupColumns.NAME_TYPE,
847 + "(" + NameLookupColumns.NAME_TYPE + " IN(" in lookupApproximateNameMatches()
866 NameLookupColumns.NAME_TYPE
871 int NAME_TYPE = 2; field
887 int nameType = c.getInt(ContactNameLookupQuery.NAME_TYPE); in matchAllCandidates()
DAbstractContactAggregator.java94 NameLookupColumns.NAME_TYPE + " IN ("
997 NameLookupColumns.NAME_TYPE
1001 int NAME_TYPE = 1; field
1016 int type = c.getInt(NameLookupQuery.NAME_TYPE); in loadNameMatchCandidates()
1065 NameLookupColumns.NAME_TYPE,
1072 int NAME_TYPE = 4; field
1142 int nameTypeB = c.getInt(NameLookupMatchQueryWithParameter.NAME_TYPE); in updateMatchScoresBasedOnNameMatches()
1222 NameLookupColumns.NAME_TYPE
1227 int NAME_TYPE = 2; field
1243 int nameType = c.getInt(ContactNameLookupQuery.NAME_TYPE); in matchAllCandidates()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java587 public static final String NAME_TYPE = "name_type"; field
1482 NameLookupColumns.NAME_TYPE + " INTEGER NOT NULL," + in onCreate()
1486 + NameLookupColumns.NAME_TYPE + ")" + in onCreate()
1831 NameLookupColumns.NAME_TYPE + ", " + in createContactsIndexes()
2765 + NameLookupColumns.NAME_TYPE + "," in insertNameLookup()
4906 + NameLookupColumns.NAME_TYPE + "," in insertNameLookup()
DLegacyApiSupport.java1939 sb.append("*' AND " + NameLookupColumns.NAME_TYPE + " IN (" in getRawContactsByFilterAsNestedQuery()
DContactsProvider2.java7869 sb.append(") AND " + NameLookupColumns.NAME_TYPE + "=" + NameLookupType.NAME_COLLATION_KEY in lookupContactIdByDisplayNames()
8129 sb.append("nl." + NameLookupColumns.NAME_TYPE + "="); in appendSearchIndexJoin()
9391 sb.append("*' AND " + NameLookupColumns.NAME_TYPE + in appendContactFilterAsNestedQuery()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java382 new TableColumn(NameLookupColumns.NAME_TYPE, INTEGER, true, null),