Searched refs:mIconType (Results 1 – 2 of 2) sorted by relevance
18 private final String mIconType; field in IconInfo30 mIconType = Constants.getPrefixedString(payload, 1, StandardCharsets.US_ASCII); in IconInfo()47 return mIconType; in getIconType()67 mIconType.equals(that.mIconType) && in equals()76 result = 31 * result + mIconType.hashCode(); in hashCode()87 ", IconType='" + mIconType + '\'' + in toString()
19 private final String mIconType; field in IconInfo31 mIconType = Constants.getPrefixedString(payload, 1, StandardCharsets.US_ASCII); in IconInfo()48 return mIconType; in getIconType()68 mIconType.equals(that.mIconType) && in equals()77 result = 31 * result + mIconType.hashCode(); in hashCode()88 ", IconType='" + mIconType + '\'' + in toString()