Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/emailcommon/utility/
DAttachmentUtilitiesTests.java107 type = AttachmentUtilities.inferMimeTypeForUri(getContext(), EmailContent.Body.CONTENT_URI); in testInferMimeTypeForUri()
111 type = AttachmentUtilities.inferMimeTypeForUri(getContext(), in testInferMimeTypeForUri()
115 type = AttachmentUtilities.inferMimeTypeForUri(getContext(), in testInferMimeTypeForUri()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java244 public static String inferMimeTypeForUri(Context context, Uri uri) { in inferMimeTypeForUri() method in AttachmentUtilities
/packages/apps/Email/src/com/android/email/activity/
DMessageCompose.java1607 attachment.mMimeType = AttachmentUtilities.inferMimeTypeForUri(this, uri); in loadAttachmentInfo()