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