Searched refs:DISPLAY_NAME_SOURCE (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java38 Contacts.DISPLAY_NAME_SOURCE // 7
56 Contacts.DISPLAY_NAME_SOURCE // 7
78 public static final int DISPLAY_NAME_SOURCE = 7; // int field in class:Queries.Query
H A DRecipientAlternatesAdapter.java111 c.getInt(Queries.Query.DISPLAY_NAME_SOURCE),
209 original.getInt(Query.DISPLAY_NAME_SOURCE)
230 c.getInt(Queries.Query.DISPLAY_NAME_SOURCE),
H A DBaseRecipientAdapter.java161 this.displayNameSource = cursor.getInt(Queries.Query.DISPLAY_NAME_SOURCE);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1070 public static final String DISPLAY_NAME_SOURCE = "display_name_source"; field in interface:ContactsContract.ContactNameColumns
1078 * {@link #DISPLAY_NAME_SOURCE}.

Completed in 106 milliseconds