Searched refs:mFqdn (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/ |
D | HomeSp.java | 64 private String mFqdn = null; field in HomeSp 71 mFqdn = fqdn; in setFqdn() 79 return mFqdn; in getFqdn() 309 mFqdn = source.mFqdn; in HomeSp() 338 dest.writeString(mFqdn); in writeToParcel() 358 return TextUtils.equals(mFqdn, that.mFqdn) in equals() 371 return Objects.hash(mFqdn, mFriendlyName, mIconUrl, in hashCode() 385 return Objects.hash(mFqdn); in getUniqueId() 392 builder.append("FQDN: ").append(mFqdn).append("\n"); in toString() 412 if (TextUtils.isEmpty(mFqdn)) { in validate() [all …]
|
D | Policy.java | 166 private String mFqdn = null; field in Policy.RoamingPartner 168 mFqdn = fqdn; in setFqdn() 171 return mFqdn; in getFqdn() 216 mFqdn = source.mFqdn; in RoamingPartner() 230 dest.writeString(mFqdn); in writeToParcel() 246 return TextUtils.equals(mFqdn, that.mFqdn) in equals() 254 return Objects.hash(mFqdn, mFqdnExactMatch, mPriority, mCountries); in hashCode() 260 builder.append("FQDN: ").append(mFqdn).append("\n"); in toString() 274 if (TextUtils.isEmpty(mFqdn)) { in validate() 278 if (mFqdn.getBytes(StandardCharsets.UTF_8).length > MAX_STRING_LENGTH) { in validate()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | LegacyPasspointConfig.java | 35 public String mFqdn; field in LegacyPasspointConfig 50 return TextUtils.equals(mFqdn, that.mFqdn) in equals() 59 return Objects.hash(mFqdn, mFriendlyName, Arrays.hashCode(mRoamingConsortiumOis), mRealm, in hashCode()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiInfo.java | 311 private String mFqdn; field in WifiInfo 624 mFqdn = shouldRedactLocationSensitiveFields(redactions) in WifiInfo() 625 ? null : source.mFqdn; in WifiInfo() 1340 return mFqdn != null && mProviderFriendlyName != null; in isPasspointAp() 1345 mFqdn = fqdn; in setFQDN() 1357 return mFqdn; in getPasspointFqdn() 1577 .append(", FQDN: ").append(mFqdn == null ? none : mFqdn) in toString() 1656 dest.writeString(mFqdn); in writeToParcel() 1718 info.mFqdn = in.readString(); 1882 && Objects.equals(mFqdn, thatWifiInfo.mFqdn) in equals() [all …]
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 721 Landroid/net/wifi/hotspot2/pps/HomeSp;->mFqdn:Ljava/lang/String; 746 Landroid/net/wifi/hotspot2/pps/Policy$RoamingPartner;->mFqdn:Ljava/lang/String;
|