OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEND_DESTINATION
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
ConversationParticipantsDataTest.java
39
ParticipantColumns.
SEND_DESTINATION
, 1));
TestDataFactory.java
187
ParticipantColumns.
SEND_DESTINATION
,
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseHelper.java
403
public static final String
SEND_DESTINATION
= "
send_destination
";
446
+ ParticipantColumns.
SEND_DESTINATION
+ " TEXT,"
[
all
...]
ParticipantRefresh.java
613
values.put(ParticipantColumns.
SEND_DESTINATION
, participantData.getSendDestination());
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java
63
ParticipantColumns.
SEND_DESTINATION
,
496
values.put(DatabaseHelper.ParticipantColumns.
SEND_DESTINATION
, mSendDestination);
Completed in 372 milliseconds