Home
last modified time | relevance | path

Searched refs:TYPE_SINGLE (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAttachmentPreviewFactory.java56 public static final int TYPE_SINGLE = 1; field in AttachmentPreviewFactory
154 case AttachmentPreviewFactory.TYPE_SINGLE: in createImagePreview()
213 case AttachmentPreviewFactory.TYPE_SINGLE: in createVCardPreview()
229 vcardPreview.setAvatarOnly(viewType != AttachmentPreviewFactory.TYPE_SINGLE); in createVCardPreview()
256 case AttachmentPreviewFactory.TYPE_SINGLE: in createAudioPreview()
282 case AttachmentPreviewFactory.TYPE_SINGLE: in createVideoPreview()
H A DAttachmentPreview.java264 AttachmentPreviewFactory.TYPE_SINGLE, true /* startImageRequest */, this); in onAttachmentsChanged()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto15609 TYPE_SINGLE = 1; enumerator