Home
last modified time | relevance | path

Searched refs:ConversationParticipantsQuery (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java36 import com.android.messaging.datamodel.ParticipantRefresh.ConversationParticipantsQuery;
1823 ConversationParticipantsQuery.PROJECTION, in getConversationsForParticipants()
1830 ConversationParticipantsQuery.INDEX_CONVERSATION_ID); in getConversationsForParticipants()
DParticipantRefresh.java82 public static class ConversationParticipantsQuery { class in ParticipantRefresh