Searched refs:trimmedType (Results 1 – 1 of 1) sorted by relevance
1251 String trimmedType = stripLeadingAndTrailingHTMLSpaces(splitTypes[i]); in parseAcceptAttribute() local1252 if (trimmedType.isEmpty()) in parseAcceptAttribute()1254 if (!predicate(trimmedType)) in parseAcceptAttribute()1256 types.append(trimmedType.lower()); in parseAcceptAttribute()