Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DIconInfo.java46 private final String mIconType; field in IconInfo
54 mIconType = iconType; in IconInfo()
96 return mIconType; in getIconType()
116 && TextUtils.equals(mIconType, that.mIconType) in equals()
122 return Objects.hash(mWidth, mHeight, mLanguage, mIconType, mFileName); in hashCode()
131 + ", IconType='" + mIconType + "\'" in toString()
DHSIconFileElement.java55 private final String mIconType; field in HSIconFileElement
62 mIconType = iconType; in HSIconFileElement()
107 && TextUtils.equals(mIconType, that.mIconType) in equals()
113 return Objects.hash(mStatusCode, mIconType, Arrays.hashCode(mIconData)); in hashCode()
119 + "mIconType=" + mIconType + "}"; in toString()
/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetySourceStatus.java253 @IconType private final int mIconType; field in SafetySourceStatus.IconAction
257 this.mIconType = validateIconType(iconType); in IconAction()
268 return mIconType; in getIconType()
287 dest.writeInt(mIconType); in writeToParcel()
296 return mIconType == that.mIconType && mPendingIntent.equals(that.mPendingIntent); in equals()
301 return Objects.hash(mIconType, mPendingIntent); in hashCode()
308 + mIconType in toString()