OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTACT_DESTINATION
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseHelper.java
438
public static final String
CONTACT_DESTINATION
= "
contact_destination
";
461
+ ParticipantColumns.
CONTACT_DESTINATION
+ " TEXT, "
[
all
...]
ParticipantRefresh.java
612
values.put(ParticipantColumns.
CONTACT_DESTINATION
, participantData.getContactDestination());
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java
73
ParticipantColumns.
CONTACT_DESTINATION
,
Completed in 57 milliseconds