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()
703 + "(" + NameLookupColumns.NAME_TYPE + " IN(" in lookupApproximateNameMatches()
724 NameLookupColumns.NAME_TYPE
731 int NAME_TYPE = 4; field
749 int nameType = c.getInt(ContactNameLookupQuery.NAME_TYPE); in matchAllCandidates()
977 "nameA." + NameLookupColumns.NAME_TYPE,
978 "nameB." + NameLookupColumns.NAME_TYPE,
1046 + " AND " + NameLookupColumns.NAME_TYPE + " = " + NameLookupType.NAME_EXACT;
DContactAggregator.java747 "nameA." + NameLookupColumns.NAME_TYPE,
748 "nameB." + NameLookupColumns.NAME_TYPE,
833 + "(" + NameLookupColumns.NAME_TYPE + " IN(" in lookupApproximateNameMatches()
852 NameLookupColumns.NAME_TYPE
857 int NAME_TYPE = 2; field
873 int nameType = c.getInt(ContactNameLookupQuery.NAME_TYPE); in matchAllCandidates()
DAbstractContactAggregator.java94 NameLookupColumns.NAME_TYPE + " IN ("
996 NameLookupColumns.NAME_TYPE
1000 int NAME_TYPE = 1; field
1015 int type = c.getInt(NameLookupQuery.NAME_TYPE); in loadNameMatchCandidates()
1064 NameLookupColumns.NAME_TYPE,
1071 int NAME_TYPE = 4; field
1141 int nameTypeB = c.getInt(NameLookupMatchQueryWithParameter.NAME_TYPE); in updateMatchScoresBasedOnNameMatches()
1215 NameLookupColumns.NAME_TYPE
1220 int NAME_TYPE = 2; field
1236 int nameType = c.getInt(ContactNameLookupQuery.NAME_TYPE); in matchAllCandidates()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java588 public static final String NAME_TYPE = "name_type"; field
1490 NameLookupColumns.NAME_TYPE + " INTEGER NOT NULL," + in onCreate()
1494 + NameLookupColumns.NAME_TYPE + ")" + in onCreate()
1862 NameLookupColumns.NAME_TYPE + ", " + in createContactsIndexes()
2825 + NameLookupColumns.NAME_TYPE + "," in insertNameLookup()
4869 + NameLookupColumns.NAME_TYPE + "," in insertNameLookup()
DLegacyApiSupport.java1939 sb.append("*' AND " + NameLookupColumns.NAME_TYPE + " IN (" in getRawContactsByFilterAsNestedQuery()
DContactsProvider2.java7951 sb.append(") AND " + NameLookupColumns.NAME_TYPE + "=" + NameLookupType.NAME_COLLATION_KEY in lookupContactIdByDisplayNames()
8208 sb.append("nl." + NameLookupColumns.NAME_TYPE + "="); in appendSearchIndexJoin()
9489 sb.append("*' AND " + NameLookupColumns.NAME_TYPE + in appendContactFilterAsNestedQuery()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java392 new TableColumn(NameLookupColumns.NAME_TYPE, INTEGER, true, null),