Searched refs:commonType (Results 1 – 1 of 1) sorted by relevance
51 String[] commonType = splitMimeType(mimeTypes.get(0)); in findCommonMimeType() local52 if (commonType == null) { in findCommonMimeType()60 if (!commonType[1].equals(type[1])) { in findCommonMimeType()61 commonType[1] = "*"; in findCommonMimeType()64 if (!commonType[0].equals(type[0])) { in findCommonMimeType()65 commonType[0] = "*"; in findCommonMimeType()66 commonType[1] = "*"; in findCommonMimeType()71 return commonType[0] + "/" + commonType[1]; in findCommonMimeType()