OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destinationLabel
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ContactListItemData.java
63
final String
destinationLabel
= cursor.getString(ContactUtil.INDEX_PHONE_EMAIL_LABEL);
81
DisplayNameSources.STRUCTURED_NAME, destination, destinationType,
destinationLabel
,
/packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java
469
final String
destinationLabel
, final long contactId, final String lookupKey,
473
destination, destinationType,
destinationLabel
, contactId, null, dataId,
477
destination, destinationType,
destinationLabel
, contactId, null, dataId,
497
final String
destinationLabel
= cursor.getString(
507
destinationLabel
, contactId, lookupKey, dataId, photoThumbnailUri,
/frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java
143
public final String
destinationLabel
;
155
String
destinationLabel
,
165
this.
destinationLabel
=
destinationLabel
;
178
this.
destinationLabel
= cursor.getString(Queries.Query.DESTINATION_LABEL);
[
all
...]
Completed in 190 milliseconds