Searched refs:resolveFormatCode (Results 1 – 3 of 3) sorted by relevance
129 MimeUtils.resolveFormatCode("audio/mpeg")); in testResolveFormatCode()131 MimeUtils.resolveFormatCode("video/mpeg")); in testResolveFormatCode()133 MimeUtils.resolveFormatCode("image/jpeg")); in testResolveFormatCode()135 MimeUtils.resolveFormatCode("application/x-does-not-exist")); in testResolveFormatCode()
93 public static int resolveFormatCode(@Nullable String mimeType) { in resolveFormatCode() method in MimeUtils
3812 format = MimeUtils.resolveFormatCode(mimeType); in insertFile()