OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conversationvalues
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
TestDataFactory.java
299
final ContentValues
conversationValues
= new ContentValues();
301
conversationValues
.put(ConversationColumns.NAME, "Conversation " + i);
303
conversationValues
);
324
conversationValues
.clear();
325
conversationValues
.put(ConversationColumns.LATEST_MESSAGE_ID, messageId);
327
conversationValues
,
Completed in 231 milliseconds