Searched refs:commonType (Results 1 – 1 of 1) sorted by relevance
134 String[] commonType = splitMimeType(mimeTypes.get(0)); in findCommonMimeType() local135 if (commonType == null) { in findCommonMimeType()143 if (!commonType[1].equals(type[1])) { in findCommonMimeType()144 commonType[1] = "*"; in findCommonMimeType()147 if (!commonType[0].equals(type[0])) { in findCommonMimeType()148 commonType[0] = "*"; in findCommonMimeType()149 commonType[1] = "*"; in findCommonMimeType()154 return commonType[0] + "/" + commonType[1]; in findCommonMimeType()