Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DQueries.java79 public static final int DESTINATION_LABEL = 3; // String field in Queries.Query
DRecipientAlternatesAdapter.java260 c.getString(Queries.Query.DESTINATION_LABEL), in processContactEntries()
510 original.getString(Query.DESTINATION_LABEL), in removeUndesiredDestinations()
578 c.getString(Queries.Query.DESTINATION_LABEL), in getRecipientEntry()
DBaseRecipientAdapter.java178 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL); in TemporaryEntry()