Searched refs:mIconUrl (Results 1 – 2 of 2) sorted by relevance
106 private String mIconUrl = null; field in HomeSp111 mIconUrl = iconUrl; in setIconUrl()117 return mIconUrl; in getIconUrl()311 mIconUrl = source.mIconUrl; in HomeSp()340 dest.writeString(mIconUrl); in writeToParcel()360 && TextUtils.equals(mIconUrl, that.mIconUrl) in equals()371 return Objects.hash(mFqdn, mFriendlyName, mIconUrl, in hashCode()394 builder.append("IconURL: ").append(mIconUrl).append("\n"); in toString()447 if (mIconUrl != null && mIconUrl.getBytes(StandardCharsets.UTF_8).length > MAX_URL_BYTES) { in validate()
724 Landroid/net/wifi/hotspot2/pps/HomeSp;->mIconUrl:Ljava/lang/String;