Searched refs:resolveFormatCode (Results 1 – 3 of 3) sorted by relevance
102 MimeUtils.resolveFormatCode("audio/mpeg")); in testResolveFormatCode()104 MimeUtils.resolveFormatCode("video/mpeg")); in testResolveFormatCode()106 MimeUtils.resolveFormatCode("image/jpeg")); in testResolveFormatCode()108 MimeUtils.resolveFormatCode("application/x-does-not-exist")); in testResolveFormatCode()
84 public static int resolveFormatCode(@Nullable String mimeType) { in resolveFormatCode() method in MimeUtils
5075 format = MimeUtils.resolveFormatCode(mimeType); in insertFile()