Searched refs:sFormatToMimeTypeMap (Results 1 – 1 of 1) sorted by relevance
80 private static final HashMap<Integer, String> sFormatToMimeTypeMap = new HashMap<>(); field in MediaFile96 if (!sFormatToMimeTypeMap.containsKey(mtpFormatCode)) { in addFileType()97 sFormatToMimeTypeMap.put(mtpFormatCode, mimeType); in addFileType()299 final String mimeType = sFormatToMimeTypeMap.get(formatCode); in getMimeTypeForFormatCode()