Searched refs:mtpFormatCode (Results 1 – 1 of 1) sorted by relevance
93 private static void addFileType(int mtpFormatCode, @NonNull String mimeType) { in addFileType() argument95 sMimeTypeToFormatMap.put(mimeType, Integer.valueOf(mtpFormatCode)); in addFileType()97 if (!sFormatToMimeTypeMap.containsKey(mtpFormatCode)) { in addFileType()98 sFormatToMimeTypeMap.put(mtpFormatCode, mimeType); in addFileType()