Searched refs:ConversationImagePartsView (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMessagingContentProvider.java340 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 + "=" +
H A DConversationImagePartsView.java34 public class ConversationImagePartsView { class
H A DDatabaseHelper.java556 ConversationImagePartsView.getCreateSql(),
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
H A DBuglePhotoViewController.java38 import com.android.messaging.datamodel.ConversationImagePartsView.PhotoViewQuery;
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DUIIntentsImpl.java44 import com.android.messaging.datamodel.ConversationImagePartsView;
324 builder.setProjection(ConversationImagePartsView.PhotoViewQuery.PROJECTION);

Completed in 58 milliseconds