Searched refs:mtpFormatCode (Results 1 – 1 of 1) sorted by relevance
138 static void addFileType(String extension, int fileType, String mimeType, int mtpFormatCode) { in addFileType() argument140 sFileTypeToFormatMap.put(extension, Integer.valueOf(mtpFormatCode)); in addFileType()141 sMimeTypeToFormatMap.put(mimeType, Integer.valueOf(mtpFormatCode)); in addFileType()142 sFormatToMimeTypeMap.put(mtpFormatCode, mimeType); in addFileType()