Searched refs:mTrustRootCertUrl (Results 1 – 2 of 2) sorted by relevance
163 private String mTrustRootCertUrl = null; field in UpdateParameter165 mTrustRootCertUrl = trustRootCertUrl; in setTrustRootCertUrl()168 return mTrustRootCertUrl; in getTrustRootCertUrl()227 mTrustRootCertUrl = source.mTrustRootCertUrl; in UpdateParameter()248 dest.writeString(mTrustRootCertUrl); in writeToParcel()269 && TextUtils.equals(mTrustRootCertUrl, that.mTrustRootCertUrl) in equals()278 mUsername, mBase64EncodedPassword, mTrustRootCertUrl, in hashCode()290 builder.append("TrustRootCertURL: ").append(mTrustRootCertUrl).append("\n"); in toString()359 if (TextUtils.isEmpty(mTrustRootCertUrl)) { in validate()363 if (mTrustRootCertUrl.getBytes(StandardCharsets.UTF_8).length > MAX_URL_BYTES) { in validate()[all …]
46312 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->mTrustRootCertUrl:Ljava/lang/String;