Searched refs:inferMimeTypeForUri (Results 1 – 3 of 3) sorted by relevance
107 type = AttachmentUtilities.inferMimeTypeForUri(getContext(), EmailContent.Body.CONTENT_URI); in testInferMimeTypeForUri()111 type = AttachmentUtilities.inferMimeTypeForUri(getContext(), in testInferMimeTypeForUri()115 type = AttachmentUtilities.inferMimeTypeForUri(getContext(), in testInferMimeTypeForUri()
244 public static String inferMimeTypeForUri(Context context, Uri uri) { in inferMimeTypeForUri() method in AttachmentUtilities
1607 attachment.mMimeType = AttachmentUtilities.inferMimeTypeForUri(this, uri); in loadAttachmentInfo()