Searched refs:mtpFormatCode (Results 1 – 1 of 1) sorted by relevance
155 int mtpFormatCode, boolean primaryType) { in addFileType() argument157 sFileTypeToFormatMap.put(extension, Integer.valueOf(mtpFormatCode)); in addFileType()158 sMimeTypeToFormatMap.put(mimeType, Integer.valueOf(mtpFormatCode)); in addFileType()160 Preconditions.checkArgument(!sFormatToMimeTypeMap.containsKey(mtpFormatCode)); in addFileType()161 sFormatToMimeTypeMap.put(mtpFormatCode, mimeType); in addFileType()