Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java163 private String mTrustRootCertUrl = null; field in UpdateParameter
165 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46312 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->mTrustRootCertUrl:Ljava/lang/String;