Home | History | Annotate | Download | only in conversationlist

Lines Matching refs:ContentType

54 import com.android.messaging.util.ContentType;
95 Assert.isTrue(ContentType.isImageType(previewType) ||
96 ContentType.isVideoType(previewType));
100 if (ContentType.isImageType(previewType)) {
474 if (ContentType.isAudioType(previewContentType)) {
478 } else if (ContentType.isVideoType(previewContentType)) {
483 } else if (ContentType.isImageType(previewContentType)) {
639 if (ContentType.isAudioType(previewContentType)) {
641 } else if (ContentType.isImageType(previewContentType)) {
643 } else if (ContentType.isVideoType(previewContentType)) {
645 } else if (ContentType.isVCardType(previewContentType)) {