Searched refs:commonType (Results 1 – 1 of 1) sorted by relevance
1081 String[] commonType = mimeTypes.get(0).split("/"); in findCommonMimeType() local1082 if (commonType.length != 2) { in findCommonMimeType()1090 if (!commonType[1].equals(type[1])) { in findCommonMimeType()1091 commonType[1] = "*"; in findCommonMimeType()1094 if (!commonType[0].equals(type[0])) { in findCommonMimeType()1095 commonType[0] = "*"; in findCommonMimeType()1096 commonType[1] = "*"; in findCommonMimeType()1101 return commonType[0] + "/" + commonType[1]; in findCommonMimeType()