Home
last modified time | relevance | path

Searched refs:mIconType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/anqp/
DIconInfo.java18 private final String mIconType; field in IconInfo
30 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
DIconInfo.java19 private final String mIconType; field in IconInfo
31 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()