Searched defs:NAME_TYPE (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java75 NameLookupColumns.NAME_TYPE + " IN ("
1145 NameLookupColumns.NAME_TYPE
1149 int NAME_TYPE = 1; field in interface:ContactAggregator.NameLookupQuery
1164 int type = c.getInt(NameLookupQuery.NAME_TYPE);
1252 "nameA." + NameLookupColumns.NAME_TYPE,
1253 "nameB." + NameLookupColumns.NAME_TYPE,
1298 NameLookupColumns.NAME_TYPE,
1303 int NAME_TYPE = 2; field in interface:ContactAggregator.NameLookupMatchQueryWithParameter
1373 int nameTypeB = c.getInt(NameLookupMatchQueryWithParameter.NAME_TYPE);
1482 + NameLookupColumns.NAME_TYPE
1505 int NAME_TYPE = 2; field in interface:ContactAggregator.ContactNameLookupQuery
[all...]
H A DContactsDatabaseHelper.java461 public static final String NAME_TYPE = "name_type"; field in interface:ContactsDatabaseHelper.NameLookupColumns
1077 NameLookupColumns.NAME_TYPE + " INTEGER NOT NULL," +
1081 + NameLookupColumns.NAME_TYPE + ")" +
1485 NameLookupColumns.NAME_TYPE + ", " +
2760 values.put(NameLookupColumns.NAME_TYPE, NameLookupType.EMAIL_BASED_NICKNAME);
2794 values.put(NameLookupColumns.NAME_TYPE, NameLookupType.NICKNAME);
2946 + NameLookupColumns.NAME_TYPE + ","
4868 + NameLookupColumns.NAME_TYPE + ","

Completed in 15 milliseconds