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