OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DESTINATION_LABEL
(Results
1 - 3
of
3
) sorted by null
/frameworks/ex/chips/src/com/android/ex/chips/
Queries.java
74
public static final int
DESTINATION_LABEL
= 3; // String
RecipientAlternatesAdapter.java
228
c.getString(Queries.Query.
DESTINATION_LABEL
),
400
original.getString(Query.
DESTINATION_LABEL
),
428
c.getString(Queries.Query.
DESTINATION_LABEL
),
479
cursor.getString(Queries.Query.
DESTINATION_LABEL
)).toString().toUpperCase());
BaseRecipientAdapter.java
179
this.destinationLabel = cursor.getString(Queries.Query.
DESTINATION_LABEL
);
[
all
...]
Completed in 179 milliseconds