HomeSort by relevance Sort by last modified time
    Searched defs:ConversationImagePartsView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
ConversationImagePartsView.java 34 public class ConversationImagePartsView {
MessagingContentProvider.java 340 queryBuilder.setTables(ConversationImagePartsView.getViewName());
344 ConversationImagePartsView.Columns.CONVERSATION_ID + " =? AND " +
345 ConversationImagePartsView.Columns.STATUS + "<>" +
354 queryBuilder.setTables(ConversationImagePartsView.getViewName());
358 ConversationImagePartsView.Columns.CONVERSATION_ID + " =? AND " +
359 ConversationImagePartsView.Columns.STATUS + "=" +

Completed in 193 milliseconds